Thread
:
Regex expression to edit series when saving books to disk not working.
View Single Post
01-10-2022, 11:12 AM
#
3
theducks
Well trained by Cats
Posts: 31,095
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Just capture each character type group and don't use that group in the replace
If you want to capture
reserved symbols
, they must be escaped:
Code:
(
\
[foo, bar
\
])
Replacements do not need to be in the order captured.
\2 - \5 - \1 (notice that I did not use \3 or \4)
theducks
View Public Profile
Find More Posts by theducks
Track Posts by theducks via RSS