Regular Expressions 101

Community Patterns

2

lottery data picker

Python
for azlottoapi
Submitted by anonymous - 3 years ago
2

IpAddress

Python
Ensure the ip address format is correct
Submitted by aaa - 3 years ago
2

object

PCRE2 (PHP >=7.3)
Json Object
Submitted by anonymous - 2 years ago

Matches percentage with any number of digits

-4

Regular Expression
Python

r"
([0-9]*\.?[0-9]*)\s*%
"
gmi

Description

Loading markdown...
Submitted by sharkey - 8 years ago