G
Guest
Before I embark on writing a bloated function to do it, can anyone suggest
the easiest way of solving this problem...
I have a telephone number field which people will probably fill in something
like;
(01234) 567 890
or
01234 567 890
I don't want to fix the formats using input masks of validation rules, as I
want them to use what ever format makes them comfortable and makes it easier
to read BUT I also need to output the data to another application in the
format;
01234567890
Basically, is there an easy way of removing all non-numeric characters from
a string?
Thanks
Nick
the easiest way of solving this problem...
I have a telephone number field which people will probably fill in something
like;
(01234) 567 890
or
01234 567 890
I don't want to fix the formats using input masks of validation rules, as I
want them to use what ever format makes them comfortable and makes it easier
to read BUT I also need to output the data to another application in the
format;
01234567890
Basically, is there an easy way of removing all non-numeric characters from
a string?
Thanks
Nick