You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@asterixdb.apache.org by Dmitry Lychagin <dm...@couchbase.com> on 2018/03/07 20:12:25 UTC

replace() function changes

All,

The recently merged https://issues.apache.org/jira/browse/ASTERIXDB-2305
changes semantics of the replace() function.

The replace() function no longer accepts regular expression patterns and instead accepts only plain strings.
If you were using regular expression patterns with replace() please update your queries to use regexp_replace() function instead.

Thanks,
-- Dmitry