Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Python

r"
((?<=\s)\*(?P<common>[^\*]+?)\*(?=\s)|^\*(?P<uncommon>[^\*].*[^\*])\*$)
"
gm

Description

no description available

Submitted by anonymous - 6 years ago