Hi I have a field which may take the form "C++,PHP & MySql,C#" now i want to tokenize it based on comma or white space and other word delimiting characters only.Not on the plus sign. so that result after tokenization should be C++ PHP MySql C#
But the result I am getting is c php mysql c Please give me some pointers as to which analyzer and tokenizer to use Thank you Abin Mathew