Hi there, i have below data
19A22222D333333C44
how can i get the data like below?
19 A 22222 D 33
3333 C 44
@187 One way of doing this with the Regex Parse method
@187,
Please see below :
Attached the workflow,
Regards
@187, another way to solve this problem in case you get lowercase letter mixed in the data.
Thanks!
thank you guys!!!! appreciated