Message 1 of 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a string ("P01-1_P02-2_P03-3").
I need to break the string down so I can compare the ("P01-1_P02-2_P03-3") and see if the values are equal. The format is always the same with the exception that P01 may be WM01 (example string P01-1_WM02-2). The dashes and underscores always remain the same. I cant figure out how to strip the string from start up to the dash, and then from the underscore to the dash, repeating until the end of the string.
Any help is much appreciated!
Solved! Go to Solution.