<?php $string = "uploads/sha256/aaa/subaaa/subsubaaa"; preg_match("/uploads\\/[^\\/]+\\/(.*)/", $string, $matches); var_dump($matches[1]);
You have javascript disabled. You will not be able to edit any code.