Catch full string up until last backslash
Anything before the final \ will be detected.
In the example below, the files will be stripped from the file-path as the regex will detect anything in the filepath up until the final backslash.
setup
In the root of your project you save the script below in index.php and should create folder named a...
Submitted by anonymous - 5 years ago