Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-12-12 08:14
Flavor·Python

r"
(?xs)<tr>[^<]*?<td.*?>(.*?)</.*? <td.*?>.*?(?#skip second col) <td.*?>(?:<.*?>)+?((?:(?!<).)*)(?:<.*?>)+?</td.*? <td.*?>(.*?)</.*? id=([0-9]+)
"
g
Open regex in editor

Description

match an html table suffs

Submitted by anonymous