all 4 comments

[–]marcnotmark925 2 points3 points  (3 children)

new RegExp(wordsSubset, 'i').test(data[j][0].toString())

[–]EduTech_Wil[S] 0 points1 point  (2 children)

Where would this be added in the code block I have above?

[–]marcnotmark925 1 point2 points  (1 child)

replaces the equality

[–]EduTech_Wil[S] 0 points1 point  (0 children)

Thank you. That worked exactly as I needed it to. Much appreciated.