You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Hussain Towaileb (Jira)" <ji...@apache.org> on 2019/11/19 17:06:00 UTC

[jira] [Created] (ASTERIXDB-2680) Add support to REGEXP_MATCHES and REGEXP_SPLIT functions

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)