Hussain Towaileb created ASTERIXDB-2680:
-------------------------------------------
Summary: Add support to REGEXP_MATCHES and REGEXP_SPLIT functions
Key: ASTERIXDB-2680
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2680
Project: Apache AsterixDB
Issue Type: Improvement
Components: FUN - Functions
Affects Versions: 0.9.4.1
Reporter: Hussain Towaileb
Assignee: Hussain Towaileb
Fix For: 0.9.5
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)