String regex(String regexp, var ParseState st)
Arguments
regexp: The regular expression to match against. A^at the start of the expression is implied.st: The current parsing state
Usage
This function parses for the specified regular expression at the start of the String, returning the match if one is found, and throwing an Exception otherwise.