Standard.BaseDataTextRegexmatchOn this pageRegex.match matchinput Group: Text Documentation Tries to match the provided input against the pattern self. Returns a Match containing the matched text and its match groups, or Nothing if the match failed. Arguments input: The text to match the pattern described by self against.