Regular Expressions 101

Library entries

-171
pcre

gfdgfsdgsfdg

no description available
Submitted by anonymous - 10 years ago
-75
pcre

link

no description available
Submitted by anonymous - 10 years ago
-52
pcre

ddasgfsfds

no description available
Submitted by fs - 10 years ago
-36
pcre

E-mail validation regex

no description available
Submitted by anonymous - 10 years ago
-34
pcre

your mom

aasdf
Submitted by your mom - 9 years ago
-23
python

1

no description available
Submitted by anonymous - 9 years ago
-22
pcre

г.москва

no description available
Submitted by anonymous - 9 years ago
-20
javascript

validating email

no description available
Submitted by niyas - 9 years ago
-19
javascript

www.medibank.com.au

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

dd-mm-YYYY HH:mm:ss (year range 1000-2999)

no description available
Submitted by Ka. - 10 years ago
-14
javascript

Haha !

no description available
Submitted by Alex - 9 years ago
-13
python

Easy Email detection

Easy Email Detection
Submitted by Philip Lawall - 9 years ago
-11
python

54

no description available
Submitted by anonymous - 10 years ago
-10
pcre

need help

no description available
Submitted by sachin - 9 years ago
-10
pcre

test

no description available
Submitted by test - 9 years ago
-10
javascript

<script>alert(1)</script>

alert(1)alert(1)
Submitted by <script>alert(1)</script> - 9 years ago
-8
pcre

Regular exp to exclude a domain

to exclude one domain abc.com
Submitted by Sandy - 10 years ago

match valid JSON

Vote

26

Regular Expression
pcre

/
(?(DEFINE) # Note that everything is atomic, JSON does not need backtracking if it's valid # and this prevents catastrophic backtracking (?<json>(?>\s*(?&object)\s*|\s*(?&array)\s*)) (?<object>(?>\{\s*(?>(?&pair)(?>\s*,\s*(?&pair))*)?\s*\})) (?<pair>(?>(?&STRING)\s*:\s*(?&value))) (?<array>(?>\[\s*(?>(?&value)(?>\s*,\s*(?&value))*)?\s*\])) (?<value>(?>true|false|null|(?&STRING)|(?&NUMBER)|(?&object)|(?&array))) (?<STRING>(?>"(?>\\(?>["\\\/bfnrt]|u[a-fA-F0-9]{4})|[^"\\\0-\x1F\x7F]+)*")) (?<NUMBER>(?>-?(?>0|[1-9][0-9]*)(?>\.[0-9]+)?(?>[eE][+-]?[0-9]+)?)) ) \A(?&json)\z
/
x

Description

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