testx(myText, regex)
To return "true" if a given text matches a given regular expression.testx(myText, regex, flags)
To return "true" if a given text matches a given regular expression. Flags can be added to the regular expression.replacex
, which replaces the matches of a given regular expression with a given string in a given text