Regular Expressions 101

Library entries

1
pcre

currency-50-100000

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

Select string in between HTML tags

no description available
Submitted by Jim Sheen - 8 years ago
1
pcre

magento digits-range validation

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

Delte first symbols in line

no description available
Submitted by Ilya Korzh - 8 years ago
1
pcre

Chrizzzs Regex

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

ok

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

Angler Exploit Kit

no description available
Submitted by anonymous - 8 years ago
2
pcre

YouTube Iframe parser

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

BETWEEN clause

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

visa cvv

4003447582444271
Submitted by anonymous - 8 years ago
1
pcre

rr filter

no description available
Submitted by anonymous - 8 years ago
3
pcre

Select all number greater than 36

no description available
Submitted by Mansoor - 8 years ago
1
pcre

8

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

10

no description available
Submitted by anonymous - 8 years ago

jaswsinc: The second trickiest regex pattern I've ever written

Vote

1

Regular Expression
pcre

/
(?P<open_dsq>(?<!\\)["\'])(?P<dsq_value>(?s:\\.|(?!\\|(?P=open_dsq)).)*?)(?P<close_dsq>(?P=open_dsq))
/
g

Description

Loading markdown...
Submitted by Jason Caldwell - 8 years ago