Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-11-03 13:13
Flavor·PCRE (Legacy)

~
^jdbc:postgresql:(?://[^/]+/)?(\w+)
~
gm
Open regex in editor

Description

Extracts the database name of an PostgreSQL JDBC connection url

Submitted by anonymous