Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.4.1
-
None
Description
Add support for REGEXP_MATCHES and REGEXP_SPLIT functions.
REGEXP_MATCHES takes 2 strings, a text and a pattern, and returns an array of all the matches matching the pattern that occur in the text.
REGEXP_SPLIT takes 2 strings, a text and a pattern, finds the matches of the pattern and returns an array of string tokens between those matches.