Package org.databene.regex

Implements a regex parser and an object representation of a regular expression.

See:
          Description

Class Summary
Choice Represents an alternative expression part of a regular expression, e.g.
CustomCharClass Represents a custom character class with inclusions and exclusions.
Factor Represents a regular expression part composed of a SubPattern and a Quantifier.
Group Represents a group in a regular expression, e.g.
Quantifier Represents a quantifier of a regular expression, e.g. '{1,3}'.
RegexParser Parses a regular expression into an object model.
Sequence Represents a sequence of regular expression factors.
 

Package org.databene.regex Description

Implements a regex parser and an object representation of a regular expression.



Copyright © 2010. All Rights Reserved.