Likes Received By underground-stockholm

  1. Adulu liked underground-stockholm's post in the thread str_replace for * ......

    You can't do this with str_replace(). You need the power of regular expressions to do it: $keyword = preg_replace('%\([^()]*\)%s', '',...

    Dec 6, 2010