View Single Post
 
Old 05-26-2020, 03:28 AM
kikola kikola is offline Windows 10 Office 2013
Novice
 
Join Date: May 2020
Posts: 23
kikola is on a distinguished road
Default Replacing values in via wildcard...

Hello, I have the long text where words are incorrectly jointed with no spaces after "point".
I need to find .([a-h)]^13 and replace it with .space(point with space).
How is it possible??

Also I need find ?([a-h)]^13 and replace it with ?space(question mark with space).

Thanks, in advanced..
Reply With Quote