Regex
Content:
Notes
Provides Regular Expression functions. Regular Expressions let you describe ways in which to break down strings. They are extremely powerful. AMX Mod X uses the Perl Compatible RE library, you can read the specifics at their site. The PCRE AMX Mod X Module is maintained by BAILOPAN.
Functions
regex_free - Frees regex handle
regex_match - Initiates a regular expression match
regex_substr - Retrieves a matched substring