Hi there,
Does anybody know of a script to extract a numeric value from within a string? I'm trying to make something myself, but it's taking more then I figured it would. I have a column, where currencyvalues are embedded in a string(don't ask me why!). I need to extract the moneyvalue from these columns.
Example:
In string 'xnl 23.15' the value 23.15 needs to be exteracted. The layout of these strings is not always the same, could be '23.15 xnl' or '-23.15 xdr' or anything.
Tnx,
Hans Brouwer
Does anybody know of a script to extract a numeric value from within a string? I'm trying to make something myself, but it's taking more then I figured it would. I have a column, where currencyvalues are embedded in a string(don't ask me why!). I need to extract the moneyvalue from these columns.
Example:
In string 'xnl 23.15' the value 23.15 needs to be exteracted. The layout of these strings is not always the same, could be '23.15 xnl' or '-23.15 xdr' or anything.
Tnx,
Hans Brouwer