regex - How can I match all images without thumb image using regexp -
how can match images without thumb image using regexp ?
hi.gif thumb.gif hello.gif result should :
hi.gif hello.gif i using .+(gif|gif|jpg|jpg) match images
how can match images without thumb image using regexp ?
hi.gif thumb.gif hello.gif result should :
hi.gif hello.gif i using .+(gif|gif|jpg|jpg) match images
Comments
Post a Comment