Pattern Matching Library
1.
Overview
2.
Overall Structure of the Library
2.1.
Searching for Patterns
2.2.
Matching a Pattern
2.3.
Getting the Matched Part
3.
Searching for Substrings
4.
Regular Expression Matcher
4.1.
Syntax for Regular Expression Patterns
4.2.
Special Characters
4.3.
Character Classes
4.4.
Predefined Character Classes
4.5.
Single-line Versus Multi-line Mode
4.6.
What Part of the Input Will Match
4.7.
The Class Interface of the Regular Expression Matcher
5.
Wildcard Expressions
5.1.
Syntax of Wildcard Patterns
5.2.
The Class Interface of the Wildcard Expression Matcher