OsRegexIsMatch
From OpenSimulator
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 |