Highlighting text based on user input

@jonatandor35
It was still showing up…but I updated this line to slice the last character…

$item("#text85").html = p.reduce((a,c) => a + c.particle + ">", "").slice(0,-1);

Is there a way to make this all case insensitive?