I'm trying to change an example from https://www.w3schools.com/howto/howto_js_autocomplete.asp. I would like to autocomplete that will start searching for letters in the middle of words not just from the beginning of a word. I managed to do it but I can not make the letters bold.
Sorry for my engilsh
Example:
If i write in input "stralia" a suggestion would be looks like Australia.
Edit:
@Ali Sheikhpour Your solution works almost perfectly. But i have one small bug. Right now suggestion work like i show up in my up example but when i try for example: If i write "an" in input suggestion will be show me:
"Afghanistan"
"Angola"
"Andorra"
I suppose that the problem right now are capital letters.