Quote:
Originally Posted by fogice
I keep trying to learn Regex, and it just doesn't stick. But this might help someone else.
|
There are a couple of good tutorials here at MR.

Get yourself a REGEX cheat sheet.
The majority of my REGEX is basic level with a few intermediate
My Kobo hates letter spacing (OK I hate the results)
This is the simple REGEX I use to find book I have not
fixed.
Code:
\s\s\sletter-spacing
The reason for the \s Any White space) is I comment out that line with the editor
Code:
\* letterspacing: the value; *\
, so it will not find again, but leave a note about the way it was.