I have a <p>
tag that looks like this:
<p class=\"padding-top\" style=\"padding:0;margin:0 0 1em;line-height:1.35;padding-top:18px\">
I want to know what's the regex to remove the content between this tag. I tried <p([^>]+)>([^>]+)</p>
but it won't work.
`, which is probably stored in a NSString?
– Maen Dec 10 '13 at 12:28