Provides classes and interfaces for pattern combinator logic and basic patterns.
See: Description
| Interface Summary | |
|---|---|
| CharPredicate | The interface to test a character value. |
| Class Summary | |
|---|---|
| CharPredicates | This class provides some common CharPredicate implementations. |
| Pattern | A Pattern object encapsulates an algorithm to recognize certain string pattern. |
| Patterns | This class provides all the basic Pattern implementations and all Pattern combinators. |