Regular Expressions 101

Sponsors

Library entries

1
javascript

dd-MM-yyyy validation

no description available
Submitted by anonymous - 6 years ago
0
pcre

MyTelephoneNumberRegex

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

parsing objdump output

parsing objdump output
Submitted by anonymous - 6 years ago
0
pcre

Decimal Degrees - Lat Long format

no description available
Submitted by Anthony Giles - 6 years ago
1
python

#define

no description available
Submitted by anonymous - 6 years ago
0
pcre

Remove Header Rows

Removes the first n rows of a file
Submitted by Raphael Bögel - 6 years ago

Find JSON strings in a string

Vote

0

Regular Expression
pcre

/
\{ # { character (?: # non-capturing group [^{}] # anything that is not a { or } | # OR (?R) # recurses the entire pattern )* # previous group zero or more times \} # } character
/
xg

Description

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