View Single Post
Old 04-01-2025, 01:02 PM   #11
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,104
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by fogice View Post
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.
theducks is offline   Reply With Quote