Regular Expressions 101

Community Patterns

MySQL PHP connection string

1

Regular Expression
PCRE (PHP <7.3)

/
(?=.*dbname=(.*)(?:;|$))(?=.*host=(.*)(?:;|$))
/
U

Description

Capture dbname and host from MySQL PHP connection string

Submitted by anonymous - 9 years ago