OsRegexIsMatch
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (documenting osRegexIsMatch) |
m (Added permissions and delay information) |
||
| Line 2: | Line 2: | ||
|function_syntax=LSLInteger osRegexIsMatch(String input, String pattern) | |function_syntax=LSLInteger osRegexIsMatch(String input, String pattern) | ||
|threat_level=Low | |threat_level=Low | ||
| + | |permissions=true | ||
| + | |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() | ||
}} | }} | ||
Revision as of 19:40, 25 October 2017
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 |