Quote:
Originally Posted by eschwartz
|
Code:
(?<=>[^<]*)s\B(?=[^>]*<)
Thanks, I think that's what I'm looking for but when I paste it into the RegEx builder, the box goes red as if it's invalid. I also tried DreamWeaver's find and replace and it says RegEx syntax Error: Invalid Quantifier.
This site returns the following error: "Lookbehinds need to be zero-width, thus quantifiers are not allowed".