I couldn't find an out-of-the-box PHP function to do a partial string search in an array of strings. So I had to write a simple helper function using strpos for a WordPress project, I am working …
Continue Reading about Partial string search in an array using PHP →