Community Patterns

Community Library Entry

1

Regular Expression
Created·2020-12-24 01:24
Flavor·Python

r'
(?<=\[)[^\[\]]+(?=\])(?#This matches anything DIRECTLY between two square brackets)
'
gm
Open regex in editor

Description

no description available

Submitted by anonymous