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

Match CamelCase

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([a-z0-9]|(?=[A-Z]))([A-Z])
/
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago