Strip Tables HTML with Regular Expression

By November 17, 2010Sample Work

A simple regular expression will help you.  I found this particulary useful when migrating client sites.

[raw]</?(table|tr|tbody|td|th)(s?[^>]*)>[/raw]

Leave a Reply