Quote:
Originally Posted by theducks
line-height:\s1\.\d*
Note the escaped dot
should find 1.anything (but not just 1)
|
Looks like algebra to me, I was more happy with just the wildcards, but we gonna work with it

thank you.
Quote:
Originally Posted by speakingtohe
I don't think Search and replace works in the CSS file.
Would be nice if it did.
|
It does work in the .css files to, I hate it when text is justified so I have the rule, find justify and replace it by left, put in and in the .css file it replaces it during conversion.
Only this regex drives me crazy and there are not such good tutorials in Netherlands with examples to find.
I always hoped that there would be an option buid in to choose between wildcards and regex..