View Single Post
Old 04-11-2022, 09:47 PM   #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,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
First you have to select your regex-function, in the "Function" box, then you have to fill in the "Find" box so the regex-function has something to work on. This is usually a regex based find.

Then it is no different to running a simple search or a regex search. Use the normal Find and replace buttons.

For example...
Find <h2>(.*?)</h2> This will find all h2 headings.

Select the function "Title-case Text"

Select Replace All (or find then replace if you want to do them one at a time) and it will convert all upper case headings to title case.

Last edited by Karellen; 04-11-2022 at 09:52 PM.
Karellen is offline   Reply With Quote