Re: Regular Expression Help Please

  • From: Andrew Hauck <drewhaus@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Mon, 8 Feb 2010 13:25:16 -0600

For this implementation a negated character class may work.

Note: I did not test this!

 \<td[^\>]*\>

Other related posts: