I need some help with some regular expression problems I am having. First off, double quotes ".
Anything between "" needs to be matched. Next problem I need to match anything that starts with a ' till the end of a line \n or <br />.
I’ve tried all sorts, but nothing seems to match it. Any ideas?
Sorry guys, just realised I need the quotes to be between " and ".
Try:
Double quotes:
Single quote till end of line or
<br/>: