Find/Replace using Regex
Posted: Tue Feb 24, 2009 4:25 pm
Hi all.
I'm trying to find a way to insert a white space in the middle of the returned expression.
For example :
8.546.
becomes
8.5 46.
I'm using (\d+\.\d\d\d\.) to match the pattern (it works fine).
My question is how can I insert a white space after the 5 (in that case).l
Tx in advance,
Phil
I'm trying to find a way to insert a white space in the middle of the returned expression.
For example :
8.546.
becomes
8.5 46.
I'm using (\d+\.\d\d\d\.) to match the pattern (it works fine).
My question is how can I insert a white space after the 5 (in that case).l
Tx in advance,
Phil