Regular Expressions 101

Library entries

0
pcre

Arabic example

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

aaa

vvv
Submitted by anonymous - 8 years ago
1
pcre

overlapping regex, small test

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

test

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

test

test
Submitted by anonymous - 8 years ago
0
pcre

Match youtube id

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

Get Itunes ID

Get itunes id from url
Submitted by sendypw - 8 years ago
-2
python

python bracketed text

why doesn't this match text in brackets?
Submitted by anonymous - 8 years ago
1
pcre

Email validation

because everything else is too strict
Submitted by anonymous - 8 years ago
1
pcre

rvewr

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

match any email address in list

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

Match mydomain*.mydomain.com

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

Ja som's regex

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

text beetween text

no description available
Submitted by karol - 8 years ago

Regular expression for extracting HTML tag attributes

Vote

0

Regular Expression
pcre

/
(\S+)=["']?((?:.(?!["']?\s+(?:\S+)=|[>"']))+.)["']?
/
g

Description

Loading markdown...
Submitted by Amir Arian - 8 years ago