Regular Expressions 101

Community Patterns

0

C characters

Python
no description available
Submitted by anonymous - 4 years ago
0

nm-test-main

Python
no description available
Submitted by anonymous - 4 years ago

Bigger or lower than a number with <>

1

Regular Expression
Python

r"
^(>|<)?(?:\s+)?(\d+)(?:\s+)?(>|<)?$
"
gi

Description

Loading markdown...
Submitted by woss.io - 7 years ago