Regular Expressions 101

Library entries

1
pcre

GET Duration

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

Any variable between @

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

emailfider

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

Between tags content

no description available
Submitted by Agustín Bouillet - 8 years ago
1
pcre

[\d]*

kostix@mail.ru
Submitted by anonymous - 8 years ago
1
pcre

Czech Bank Account Number

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

boolean

Value must be either true or false
Submitted by nstaal - 8 years ago
2
pcre

find numbers with 2 commas

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

WKT POINT to longtitude and latitude

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