Regular Expressions 101

Library entries

0
pcre

111

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

Beginning of word

When looking for day, Sunday should not be matched.
Submitted by Ben - 8 years ago
0
pcre

replicated pageContent id within a div

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

c

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

(\s)(\d{9})(\s)</

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

IBAN

Italian IBAN
Submitted by Italo - 8 years ago
0
javascript

two matches with pipe

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

token

replace token like [foo:bar:ba zz]
Submitted by anonymous - 8 years ago
0
pcre

URL validation with http/https

URL validation with http/https
Submitted by Gunjan - 8 years ago

Select everything outside of table tags

Vote

0

Regular Expression
pcre

/
((^)|(\<\/table\>))(.*?)((\<table\>)|($))
/
g

Description

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