I have a problem in regex.. I want only the whole word matched with whole word. There is the following string
The following are the user inputs and they should be matched with above string.
This should return FALSE but Kick gets matched as the regex returns true (i.e. value) even if a part of the word is matched..
Any solution. Advance Thanks for your help.