I want regular expression for exact word match for mysql
select query. If i have below string from database
string : my name is amit patel with surname amitnindroda
Now i want to match whole word amit
from above string then it should find exact word amit
and it should not find match from amitnindroda
. Please suggest regular expression for mysql query