NextWordDelim works like NextWord except you get to control the
characters that are considered to be delimiters between words. The space
character and all characters less than a space are considered to be
delimiters.
Example:
A = 'Tom, "Dick"; & Harry'
B = NextWordDelim(A,';,&"')