function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saikishore Reddy AengareddySaikishore Reddy Aengareddy 

Extract Number String out of another string

Hello All-

 

Problem: If the string is '(234) 567-8990' then i want the output of the string as '2345678990'. 

 

any help would be appreciated.

 

Thanks.

WizradWizrad

Regex and string manipulation will get you there.