Good day, I have a problem, I'm working with JavaScript, I have a function that runs through an array, but I need you to find matches within the array, for example, in the text "Carlos Daniel Zárate Ramírez" find "Carlos Zarate", which imitate the like function of SQL, in SQL just enough to do like '% Carlos% Zarate%', researching I found that it can be done with regular expressions, but I have not yet achieved it. I hope you can help me. Thank you very much.