Hi,
I have a string which I need to split in relation to certain characters. I know that these characters are unique within the string.
String "...DEL_v...". I want to split the string into two seperate strings where the underscore appears above, leaving
me with String 1="...DEL" and string 2="v...". There may be other underscores in the beginning or the end of the string also.
Help appreciated.
/Beginner.
I have a string which I need to split in relation to certain characters. I know that these characters are unique within the string.
String "...DEL_v...". I want to split the string into two seperate strings where the underscore appears above, leaving
me with String 1="...DEL" and string 2="v...". There may be other underscores in the beginning or the end of the string also.
Help appreciated.
/Beginner.