I have 1 column of data that I require the Regex tool to split into chunks of 3 lettered string and split the special character that are in between.
What would the code be for known lengths of data and special characters?
Thanks
| 1 column data set | | | | | | | | | |
| ANT/CAT*DOG | ANT | / | CAT | * | DOG | | | | |
| CAT/DOG | CAT | / | DOG | | | | | | |
| ANT\CAT/DOG*BAT/RAT | ANT | \ | CAT | / | DOG | * | BAT | / | RAT |