View Single Post
Old 09-24-2021, 06:20 AM   #2
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,611
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
You can use Find in Regex mode and use a simple regex...

Code:
Mary Balogh \d{1,3}
That should find numbers up to 999. If numbers pass 1000, change the "3" to a "4"

Also ensure the "Case Sensitive" option is unticked as it looks like a mix of upper and lower case first letters.

The Replace is up to you. Leave it blank/empty or add a space.

Test on the first few one at a time and see how it works.
Karellen is offline   Reply With Quote