I have a long description string. In which I need to find a particular whole word using VB.net.
Example:
If I search for the word "Spa" in the description field using indexOf, It returns the position where it finds word "Newspaper" or "Space" or "Spanish". I want to search only whole word "Spa".
Also, tried using regEx, but no luck.
Start Free Trial