Regular Expressions 101

Community Patterns

0

Author names

Python
Matches author names
Submitted by anonymous - a year ago
0

FullName_regex

Java 8
2135
Submitted by anonymous - a year ago
0

TRye bracktres

Python
gfhtrgh
Submitted by anonymous - a year ago
0

Out of

Python
Out of
Submitted by anonymous - a year ago
0

singleTime ztm

Python
ss
Submitted by pochwix2 - a year ago

Bigger or lower than a number with <>

1

Regular Expression
Python

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

Description

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