Closed JMLamodiere closed 8 years ago
You made my day! All the time I'm working with these array functions I get brain fucked. This one is pretty smart. Good job!
To be honest : https://gist.github.com/h4cc/8e2e3d0f6a8cd9cacde8 :smile:
Well... :D You were still smart enough to google it - something I should have done, too ;)
Fixes #14
Also replaces
preg_match
withstrpos
for performance reasons.