OsRegexIsMatch
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |function_syntax= | + | |function_syntax=integer osRegexIsMatch(String input, String pattern) |
|threat_level=Low | |threat_level=Low | ||
|permissions=true | |permissions=true | ||
Revision as of 13:40, 27 November 2018
integer 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 | |