Regular Expressions 101

Community Patterns

Matching Multiline Strings in Large Text File

1

Regular Expression
PCRE (PHP <7.3)

/
<td width=\d* rowspan=\d* align=right><font size=\d* face="helvetica">(?<ThirdNum>\d)<.font><.td>
/
gm

Description

Need Help, Matching Multiline Strings in Large Text File

Submitted by jholderman - 10 years ago