OsRegexIsMatch
From OpenSimulator
Revision as of 02:33, 29 October 2012 by SignpostMarv (Talk | contribs)
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 | No permissions specified |
Extra Delay | No function delay specified |