Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-03-26 11:04
Flavor·PCRE (Legacy)

/
((?<=\[client\]\n)[\w\n\s=#\/.]*(?=\[))
/
Open regex in editor

Description

its mysql config file, i need find user only [client] section (or take sure shat its section not content user)

Submitted by jonfir