Regex::Regex
Constructors
- Regex()
Usage
This data type represents a compiled regular expression. It is significantly more efficient to use compile to compile a regular expression once, and then to pass it to functions as needed.
This data type represents a compiled regular expression. It is significantly more efficient to use compile to compile a regular expression once, and then to pass it to functions as needed.