Kind of an add-on to: There a quick way to add prefixes to all CSS classes & ID's?
I need to find and replace strings like:
id="xyz"
to replace them to id="prefix_xyz"
This becomes tricky with:
class="one two three"
where they all still need a prefix. Any ideas? Thanks!