I'm trying to replace the  </td> in a long table with </th> using
grep

<th scope="row">6-Grain   Flakes</td>  .. to.. <th scope="row">6-
Grain   Flakes</th>

i tried <th scope="row">*</td> .. to.. <th scope="row">*</th> to no
avail

there are over 100 rows ion this table


<tr>
<th scope="row">6-Grain   Flakes</td>
    <td>1 cup</td>
    <td align="right">3 3/8</td>
  </tr>
   <tr>
<th scope="row">Almond   flour, toasted</td>
    <td>1 cup</td>
    <td align="right">3 3/8</td>
  </tr>
   <tr>
<th scope="row">Almonds,   sliced</td>
    <td>1/2 cup</td>
    <td align="right">1 1/2</td>
  </tr>

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to