Separate the Integer & characters

Certified Associate Developer

Hi all,

I have use case where i need to separate the characters & integer value example- I/p: "ABCD1234"  output: ABCD, 1234   , i/p "A22B45" o/p: AB , 2245

Thanks in advance

  Discussion posts and replies are publicly visible