View Single Post
Old 06-04-2019, 12:58 AM   #12
Holden100
Member
Holden100 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2018
Device: Kindle
Quote:
Originally Posted by davidfor View Post
Try:

Code:
\b[ivx]+\b
The "\b" is for the word delimiter. The only issue I can think of is if there is one of those letters somewhere else in the book. And the following should fix if I read what you are saying correctly:

Code:
\b[ivx]+<br
Thank you so much! I think this works!
Holden100 is offline   Reply With Quote