Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-12-01 12:53
Flavor·Python

r"
(?:(?<=\().+?(?=\))|(?<=\[).+?(?=\]))
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous