我試圖通過檢查網頁的HTML來確定名稱「Phone」出現在哪個列中。 在我做搜索的字符串看起來是這樣的:正則表達式查找字符串存在於哪個列
<tr class="C1">
<td>Name</td>
<td>Address</td>
...
... < some more columns, but their number is not fixed >
...
<td>Phone</td>
...
... <more columns>
...
</tr>
是否有可能確定使用正則表達式?