Title |
Test
Find
Path & Filename in realtive path
|
Expression |
^(((\.\.){1}/)*|(/){1})?(([a-zA-Z0-9]*)/)*([a-zA-Z0-9]*)+([.jpg]|[.gif])+$ |
Description |
Nice for checking local filesystem relative pathing. I used it for testing in php scripts that work with images. |
Matches |
../../pictures/products/image.gif; ../image.jpg; image.gif |
Non-Matches |
http://www.domain.de/image.gif; ../../badscript.php; |
Author |
Rating:
Marcus
|
Source |
|
Your Rating |
|