You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Returns true if any part of a string matches the supplied regular expression.",
4
+
"description": "Return the first matching position matching a regular expression within a string, or 0 if the substring is not found.",
5
5
"arguments": [ {"arg":"input_string","description":"the string to test against the regular expression"},
6
6
{"arg":"regex","description":"The regular expression to test against. Backslash characters must be double escaped (eg \"\\\\\\\\s\" to match a white space character)."}
0 commit comments