Hello All,
I would like the replace the following string,
TRANS -847.0 -672.0 -71.0
as
TRANS -840.0 -660.0 -62.0
I am able to replace the string when the numbers are positive without decimals using \d and \s syntax. But the above expressions have negative sign and decimals. How could i formulate that using regexp.
Ramesh
I would like the replace the following string,
TRANS -847.0 -672.0 -71.0
as
TRANS -840.0 -660.0 -62.0
I am able to replace the string when the numbers are positive without decimals using \d and \s syntax. But the above expressions have negative sign and decimals. How could i formulate that using regexp.
Ramesh
Comment