- Colors & Neutral
If highlight of the others, let's say some simple phrases like:
Cores do Arco-Íris
Cores sortidas
Diversas cores e sabores
Sem cor, apenas Neutro
Preto-e-Branco, neutro
Sabão neutro
Well, these lines should be in " bold " since it contains the words Colors & Neutral .
I've bet my chips on this routine:
var negrito = "cores";
var indexar = string.indexOf(negrito);
if (indexar != -1) {
// se for diferente de -1 é que a palavra foi localizada então faça uma ação
..style.fontWeight='bold';
}