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..
|