OsRegexIsMatch
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
| Line 5: | Line 5: | ||
|delay=0 | |delay=0 | ||
|description=Returns 1 if the input string matches the regular expression pattern. Wraps to Regex.IsMatch() | |description=Returns 1 if the input string matches the regular expression pattern. Wraps to Regex.IsMatch() | ||
| + | |additional_info=This function was added in 0.7.5-post-fixes | ||
}} | }} | ||
== See Also == | == See Also == | ||
* [[osListenRegex]] | * [[osListenRegex]] | ||
Revision as of 08:50, 15 October 2018
LSLInteger osRegexIsMatch(String input, String pattern)
| |
| Returns 1 if the input string matches the regular expression pattern. Wraps to Regex.IsMatch() | |
| Threat Level | Low |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.5-post-fixes | |