Closed italodeandra closed 1 year ago
I asked to highlight experince but I don't want it to highlight experienced. Is is possible?
experince
experienced
@italodeandra you can either pass a regex string as search word (e.g. experience\\b) or pass a custom findChunks function (see examples in readme)
experience\\b
findChunks
I asked to highlight
experince
but I don't want it to highlightexperienced
. Is is possible?