preg_match_all

  1. R

    PHP Preg match all

    Hi, If anybody can assist that would be appreciated. Ive got some text which Im trying to parse and strip out the images, but I do not want to strip out images that are only height=1 pixel or width =1 pixel This is the code at the moment preg_match_all('/<img(.+?)src=\"(.+?)\"(.*?)>/'...
Back
Top