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/20 23:40:00 UTC

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

     [ https://issues.apache.org/jira/browse/ASTERIXDB-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hussain Towaileb resolved ASTERIXDB-2680.
-----------------------------------------
    Resolution: Fixed

Commit reference:

https://github.com/apache/asterixdb/commit/38649da1540859feb5406c85734ee1fe7548e452

> 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
>            Priority: Major
>             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)