#REReplace(strToReplace, "[^0-9]", "", "ALL")#
--
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com
"dynason" <webforumsuser@macromedia.com> wrote in
message news:g6ec7n$7a0$1@forums.macromedia.com...
>I have the following values and would like to convert
them to numeric only:
> eg.
> (86)1234-1234 => 8612341234 ; non numeric characters
> (1) 1234 1234 => 112341234 ; remove spaces
>
> Pls kindly advise.
>