Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have a situation that I have a string and I want to split it like....
"L 75x75x5-LG... 1240" TO ("L" "75" "75" "5" "LG" "1240")
AND
"L 75x75x5" TO ("L" "75" "75" "5")
AND
"LG.1240" TO ("LG" "1240")
AND
"L 75x5" TO ("L" "75" "5")
is it possible?
Thanks,
Avinash
Solved! Go to Solution.