html-differ icon indicating copy to clipboard operation
html-differ copied to clipboard

Regexp doesn't work when used in class attribute

Open qfox opened this issue 9 years ago • 0 comments

I have the following:

    <div class="popup popup popup_theme_ffffff other-classes">

and tried

    <div class="{{(popup\s)?}} popup popup_theme_ffffff other-classes">

but it looks like it does not work at all.

How to make it works?

qfox avatar Mar 15 '16 23:03 qfox