Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-03-05 18:45
Flavor·Python

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

Description

no description available

Submitted by anonymous