Regular Expressions 101

Sponsors

Library entries

1
pcre

Sides

Looks for sides
Submitted by D.S. - 8 years ago
-2
pcre

Camelize JSON

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

SupplierNet: Erstat xp:tr med inputtext

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

Smoke Detector Regex

Parses Smokey messages
Submitted by Eyeballcode - 8 years ago
1
pcre

better

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

regex words

get all words related to regex
Submitted by anonymous - 8 years ago
1
pcre

9.24.15

First Test Regex
Submitted by anonymous - 8 years ago
1
pcre

Find div with any string inside

no description available
Submitted by anonymous - 8 years ago

valid email matching

Vote

1

Regular Expression
pcre

/
(?(DEFINE) (?<plain>[a-zA-Z0-9#!$%&'*+-\/=?^_`{}|~]+) (?<quote>"(?:\\"|[^"])*") (?<forbidden>(?<![.+])) (?<local_part>(?&quote)(?&forbidden)|^[^\.](?&plain)) (?<domain>[a-zA-Z0-9-.]+\.[a-zA-Z]{2,63}) (?<mail>(?&local_part)@(?&domain)) ) ^(?&mail)+$#.. will not handled
/
mx

Description

Loading markdown...
Submitted by Martin - 8 years ago