From EventScripts Community Encyclopedia
|
Regular Expression commands:
- es_regex match <variable> <expression> <string> - returns the number of characters that matched
- es_regex search <variable> <expression> <string> [start] [range] - search for regex in a certain range in the string
- es_regex matchformat <variable> <expression> <string> <formatstring> - finds a match and outputs the registers to the formatstring.
|
|