Classes, interfaces and traits
RegexpEngine¶
Contains some shared attributes and methods -- and some abstract methods with
engine-specific implementations that sub-classes must override.
« More »
PregEngine¶
PREG Regexp Engine.
Implements a regexp engine using PHP's preg_match(), preg_match_all(), and preg_replace() functions.
« More »
Regexp¶
A factory class for regex functions.
« More »