Skip navigation links

Package org.apache.lucene.util.automaton

Finite-state automaton for regular expressions.

See: Description

Package org.apache.lucene.util.automaton Description

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 Automaton and RegExp.

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

WARNING: This API is experimental and might change in incompatible ways in the next release.
Skip navigation links

Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.