Utilities for regex
David Hsing
Returns a regex that compiled by the given pattern
Optional
The pattern to inspect
Any combination of flag values
a regex that compiled by the given pattern
compilePattern('[a-zA-Z0-9]+', 'g'); Copy
compilePattern('[a-zA-Z0-9]+', 'g');
Utilities for regex
Author
David Hsing