The String::Split function is very usefull, but I've got an ever increasing number of delimiters to use with it, including characters from UTF-8, like those pesky curly quotation marks that Word puts on everything and look like foriegn lettters when opened in anything else.
Is there a method that will specify what you don't want delimited instead i.e, if it isn't an ASCII upper or lower case letter or number then it is a delimiter.
Visual C++5
|