Saturday 15 June 2013

Notepad++ regex replace - how to remove this string -



Notepad++ regex replace - how to remove this string -

i want remove strings in form of next some-text random text string.

$('#some-text').val();

i've tried various things think $ sign messing things since it's used in regex.

you need escape characters. seek -

\$\('#[^']*'\)\.val\(\);

regex notepad++

No comments:

Post a Comment