Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 2 KB

package.md

File metadata and controls

47 lines (39 loc) · 2 KB

uid: Lucene.Net.Util.Automaton summary: *content

Finite-state automaton for regular expressions.

This package contains a full DFA/NFA implementation with Unicode alphabet and support for all standard (and a number of non-standard) regular expression operations.

The most commonly used functionality is located in the classes xref:Lucene.Net.Util.Automaton.Automaton and xref:Lucene.Net.Util.Automaton.RegExp.

For more information, go to the package home page at http://www.brics.dk/automaton/. @lucene.experimental