Regular Expressions 101

Community Patterns

not match numbers followed by a certain character

1

Regular Expression
Python

r"
([-\d]+($|[^\.\d]))
"
gm

Description

no description available

Submitted by anonymous - 4 years ago