2 things you did wrong
1. First you using the brackets instead of parentheses
</p>(\s)+<p class="calibre2">
2. For replacement you need to change \s to \1. \1 represents (\s) from find
Need to learn about basic of regex.
Last edited by congngo; 01-18-2012 at 06:27 PM.
Reason: grammar
|