Regular Expressions 101

Sponsors

Library entries

1
pcre

Lines file First and Last Node

no description available
Submitted by anonymous - 7 years ago
1
pcre

Java

no description available
Submitted by anonymous - 7 years ago
1
pcre

pohe no nubmer valdiation

no description available
Submitted by anonymous - 7 years ago
1
python

Find label

Find label in MIPS assembly
Submitted by Dlavoieb - 7 years ago
1
pcre

Empty ini section title

kust like [*]
Submitted by CWFF - 7 years ago
1
pcre

asd

no description available
Submitted by anonymous - 7 years ago
1
pcre

DD Addresses

no description available
Submitted by anonymous - 7 years ago
1
pcre

Panel Mark

no description available
Submitted by Hoss - 7 years ago
1
python

kalem pattern 2

no description available
Submitted by anonymous - 7 years ago
1
pcre

bitcoin 1.00000000 minimum

no description available
Submitted by anonymous - 7 years ago

CamelCase parsing helper

Vote

1

Regular Expression
python

"
^ ( # 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 - 8 years ago