Search found 2 matches

by BDifferent
Thu Oct 16, 2003 11:01 am
Forum: General
Topic: Find and replace with regular expressions
Replies: 2
Views: 304

Re: Find and replace with regular expression

s_reynisson wrote:Find ([0-9]),([0-9])
Replace \1.\2
Using Posix
That one works, thank you! However, a different solution has just come up: I could just change the system's country settings and create the data file again which then has the "." as decimal separator...

Thanks for your efforts,
Finn
by BDifferent
Thu Oct 16, 2003 10:07 am
Forum: General
Topic: Find and replace with regular expressions
Replies: 2
Views: 304

Find and replace with regular expressions

Hi,

I have a data file which contains floating point values with a comma as decimal separator (as it is usual in Germany). I want to replace these commas by the decimal point, but only in the floating point values; commas also appear elsewhere in the file, e.g. separating text. So I did a search ...