View Single Post
 
Old 10-31-2020, 07:41 AM
jeffreybrown jeffreybrown is offline Windows 10 Office 2016
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default Replace abbreviated word with full name

I'm getting close, but missing the right syntax

I have...

Rev1:
Rev2:
etc.
Rev22:

I would like to replace with

Revelation 1:
Revelation 2:
etc.
Revelation 22:

Find what: (Rev)([0-9]{1,2})
Replace with: Revelation \1 \2
Reply With Quote