'Split String Alphanumeric 'AAA111BBB222' into specific pattern AAA 111 bbb 222
I have string 'AAA111BBB222' and try to get output for each cell as below :-
- AAA
- 111
- BBB
- 222
Please help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
