03-24-2011, 02:21 PM
Hi,
Please help me to slove the below scenario.
I have a Input string '12ca#$3d*'
Please seperate the integer, char and special char from the input string.
That is output is
var1=123.
Var2=cad
Var3=#$
Thanks...
Please help me to slove the below scenario.
I have a Input string '12ca#$3d*'
Please seperate the integer, char and special char from the input string.
That is output is
var1=123.
Var2=cad
Var3=#$
Thanks...