Regular Expressions 101

Community Patterns

0

Final

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

打扫1.0.0.0502

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

short term

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

ex1

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

开票1.0.0.0503

Python
no description available
Submitted by anonymous - 3 years ago

CamelCase parsing helper

1

Regular Expression
Python

r"
^ ( # Match one of these: [A-Z]?[a-z]+| # A possibly-capitalized identifier, or: [A-Z]+ # An ALL CAPS identifier... (?![a-z]) # ...not immediately followed by lowercase ) # and capture the rest of the string (.*?) $
"
xgm

Description

Loading markdown...
Submitted by Kevin - 9 years ago