Regular Expressions 101

Community Patterns

Find html Table with id

0

Regular Expression
PCRE (PHP <7.3)

/
<table(.*?)id(.*?)=(.*?)"{0}"(.*?)>(.*?)<\/table>
/
g

Description

<table(.?)id(.?)=(.?)"{0}"(.?)>(.*?)</table>

Submitted by anonymous - 7 years ago