Regular Expressions 101

Community Patterns

Select everything outside of table tags

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by ReijMan - 9 years ago