G
Greg
DJ,
What specifically do you want to find and what
specifically do you want to put in its place?
If you want to replace the "." in your example with " " (a
space), you can use ([0-9]).([0-9]) in the find field and
\1 \2 in the replace with field. Note there is a space
(entered with the space bar) in between the 1 and \.
What specifically do you want to find and what
specifically do you want to put in its place?
If you want to replace the "." in your example with " " (a
space), you can use ([0-9]).([0-9]) in the find field and
\1 \2 in the replace with field. Note there is a space
(entered with the space bar) in between the 1 and \.