| Class | Description |
|---|---|
| Regex | Regular expression objects are used to match or decompose strings based on patterns. |
| Enum | Description |
|---|---|
| RegexError | Regex expression error codes. |
| Function | Description |
|---|---|
| CompileRegex | Precompile a regular expression. Use this if you intend on using the same expression multiple times. Pass the regex handle returned here to MatchRegex to check for matches. |
| GetRegexSubString | Returns a matched substring from a regex handle. Substring ids start at 0 and end at captures-1, where captures is the number returned by MatchRegex. |
| MatchRegex | Matches a string against a pre-compiled regular expression pattern. |
| SimpleRegexMatch | Matches a string against a regular expression pattern. |
| __ext_regex_SetNTVOptional |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.