rex.flags |
---|
Summary Returns a table of PCRE flags Prototype
Description This returns a table of PCRE flags. You can index into this to get various compile and runtime flags. ANCHORED CASELESS DOLLAR_ENDONLY DOTALL EXTENDED EXTRA MULTILINE NO_AUTO_CAPTURE UNGREEDY UTF8 The following are valid execution-time flags: ANCHORED NOTBOL NOTEOL NOTEMPTY An example of using the flags would be:
This would make a caseless regular expression. See Also ... Lua functions
Topics
(Help topic: lua=rex.flags) |
Enter a search string to find matching documentation.
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.