Hi,
I have an array that I use Preg_match_all() to get all the urls from a string with the following RegExr.
I can get all the link with no problem. However, I want to add one more requirement to get a link that included a word 'thumb' with case ignore. Can any experts please help. I try and try, but still don't know how this complicated expression really work.