Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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 Description
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