Community Patterns

Community Library Entry

-1

Regular Expression
Created·2016-02-09 15:58
Flavor·PCRE (Legacy)

/
<([A-Za-z]{1,7}) .*class='([a-zA-Z0-9_ ]{0,})searchedclass[ '].*>.*<\/\1.*>
/
iUs
Open regex in editor

Description

The regex finds for example the <td class='searchedclass'>random text</td> sequence, if ohne single quotes ar used. The td itself may vary (td, div, span, p and so on), the provided class ist the item searched vor.

Submitted by xm318