| Class | Description |
|---|---|
| Generex |
A Java utility class that help generating string values that match a given regular expression.It generate all values that are matched by the Regex, a random
value, or you can generate only a specific string based on it's lexicographical order .
|
| GenerexIterator |
An implementation of
Iterator class that iterate over the list of Strings that matches a given Regex. |
| GenerexIterator.Step |
A step, in the iteration process, to build a string using
States. |
| Main | |
| Node |
Node class is used here to present a position in the Automata state .
|
Copyright © 2016. All rights reserved.