Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-06 19:15
Flavor·Python

r"
(?P<SYMBOLS>[\#/\-\!=()_:.\[\]])|(?P<NUMBERS>[\d])
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous