Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-12-09 10:33
Flavor·PCRE (Legacy)

/
^(?<protocol>couchbase(?:s)?)\:\/\/(?:(?<username>[^\:]+)\:(?<password>[^\@]{6,})@)?(?<host>[^\:]+(?:\:\d+)?)(?:\/(?<bucketName>[^\/\?]+))(?:(?:\/(?<scopeName>[^\/]+))(?:\/(?<collectionName>[^\/\?]+)))?(?:\/)?(?:\?(?<options>.*))?$
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous