Hi all,
i have a search box in my site and as user enters
word a dropdown with results gets updated and each result the search term is highlighted. for ex: user enters " tes m" the result will be
is there a easy way of doing this in
java? regular expressions?
my current approch is using indexOf and replace which sometimes highlighting a in span tag if user enters a as search term.