Regular Expressions 101

Community Patterns

HTML Table Parse

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(<table[\s\w\W]*<\/table>)
/
gm

Description

The pulls in and groups all HTML tables.

Submitted by PrimeTime416 - 3 years ago