Quote:
Originally Posted by burbleburble
I have begun working on a search and replace /puntuation checker. But I can't figure out how to easily match across paragraphs, etc. Does javascript regex provide a way to easily match across tags, especially paragraph tags, and to include them in an expression? I googled it but came up with nothing helpful.
|
What exactly do you want to match? I'm not sure what you mean by "across paragraphs". Any regex shouldn't care about tags. Can you provide an example of what you want to match (and might not want to match)?
Note that I know regexs in general, but absolutely nothing about javascript.
Cheers,
Simon.