View Single Post
Old 09-25-2017, 12:21 AM   #1
LeftOvers
Junior Member
LeftOvers began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2017
Device: iPhone
Search & Replace Same Content with Style

I want to boldface and superscript a numbering system in a book that goes like this:

(1:1)
(1:2)
(1:3)

I also want to remove the parenthesis, as well. I've tried this:

Find: ([0-9]+:[0-9]+)

Replace: <b><sup>\1</b></sup>

But that doesn't grab the parenthesis in the numbering as well. I'm stumped. It seems like an easy thing, but for the non-technical user, not so clear. Please help.
LeftOvers is offline   Reply With Quote