How to remove Alphabets from Alphanumeric String ???
How to convert a Alphanumeric Input into a Numeric Output in Pega ? Is there any inbuilt OOTB Function in Pega that could be used in Property-Set ?
For Example, If Param.Input= "ABC123456789", then output should be "123456789".
Important Note*** : We don't have Standard pattern** here. Sometimes, the input might be "A12354987" or "AB123456789". So we cant use Substring function as well. :(
Please help , if you guys have any idea, please suggest.. how to convert a alphanumeric value into a numeric value ?