'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 :-

  1. AAA
  2. 111
  3. BBB
  4. 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