Regular Expressions 101

Community Patterns

Select a HTML table and all its innerHTML

-3

Regular Expression
PCRE (PHP <7.3)

/
<table.*?>(.*?)<\/table>
/

Description

no description available

Submitted by @ixzy24 - 9 years ago