Regular Expressions 101

Community Patterns

star

0

Regular Expression
Python

r"
this(?(_star)\s*|)(?P<_star>[\w\s]{,10}?)?(?(_star)\s*|)(?(_star2)\s*|)(?P<_star2>[\w\s]{10,})?(?(_star2)\s*|)ok$
"
gm

Description

no description available

Submitted by anonymous - 5 years ago