PARSE
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Parses a string with a regular expression. Returns either a single element or a record of strings with the number of groups in the regular expression. Fails with a runtime error if the regular expression fails to match.
Syntax
PARSE(<string>, <regex>)