You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/02 16:36:01 UTC

[GitHub] [couchdb] wohali commented on issue #2620: missing find selector regex syntax docs. couchdb regex uses unique syntax and no documentation appears to exist online referencing it.

wohali commented on issue #2620: missing find selector regex syntax docs. couchdb regex uses unique syntax and no documentation appears to exist online referencing it.
URL: https://github.com/apache/couchdb/issues/2620#issuecomment-593493609
 
 
   CouchDB is written in Erlang. Mango relies on the Erlang regular expression library, which itself is based on PCRE - but with some modifications.
   
   http://erlang.org/doc/man/re.html should give you a full reference.
   
   http://erlang.org/doc/man/re.html#internal-option-setting is the specific setting you were asking about.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services