Thread: Regex examples
View Single Post
Old 07-26-2019, 12:41 AM   #589
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
@Tex2002ans

Thank you very much for your detailed answer and explanation!! Much appreciated.
It worked pretty well for all 240 items.



On the remaining part of the text, I have numerous XVI that I wished to set to:

Code:
<span class="smcp">xvi</span>
I could reuse the second part of your search term for this:

Code:
<span class="smcp">\L\1\E</span>
I could check it on the wonderful site regex101 which implements also a PERL flavour.

Last edited by roger64; 07-26-2019 at 02:27 AM. Reason: success
roger64 is offline   Reply With Quote