Regular Expressions 101

Community Patterns

reg example

1

Regular Expression
Python

r"
\[(?P<key>AA|BB|CC)\]\s*(?P<value>.*)
"
g

Description

no description available

Submitted by horangs - 8 years ago