Es regex search
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xregex match [edit] DescriptionSearches for a regular expression within a certain section of the string.
[edit] Parameters
[edit] Exampleses_regex search myvar "[0-9]+" "Hello, I want 5 burgers." 3 99 Searches from position 3 to 99 for anything that matches a number and stores position of it in myvar.
[edit] Notes
[edit] See also |
