I am trying to parse a string where substrings are separated by a "space-hyphen-space"... and all of my attempts to define this are met by tokenizing the string at a hyphen -or- a space... Can I declare a string as a token seperator or should I replace the "space-hyphen-space" substring with something else and then tokenize based on the replacement, i.e. broken-bar...??
TIA,
-Allen
TIA,
-Allen