Regular Expressions 101

Community Patterns

Match table head and body

1

Regular Expression
Python

r"
<table[^>]*>(.*?)<\/table>
"
gms

Description

no description available

Submitted by anonymous - 3 years ago