Regexp constructor

Web Site  Methods
 
Regexp::Regexp ()
Requires regular expression support to be enabled by defining STR_USE_REGEX

Prepares an empty Regexp object. Before lookups can be done, the regular expression itself must be initialized by calling Parse.

 

See also: Regular expression classes, Regular expressions overview