Regular Expressions 101

Community Patterns

Python Regex for symbols and numbers

0

Regular Expression
Python

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

Description

no description available

Submitted by anonymous - 3 years ago