gb.pcre
This component provides regular expression matching that is compatible with Perl. Regular expression matching is like the use of
*
and
?
as wildcards when searching for filenames, but far more powerful and of immense use in parsing most data formats.
Authors
|
Benoît Minisini, Rob Kudla.
|
Class
|
Poznámka
|
RegExp
|
This class represents a regular expression, with which you can perform matches against various strings and retrieve submatches (those parts of the subject string that match parenthesized expressions).
|
See also