OsRegexIsMatch
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (documenting osRegexIsMatch) |
Revision as of 02:33, 29 October 2012
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 |