Question regarding php Regular expression filenames
- by jason
I am very bad at regular expressions, but I have a regular expression that is working okay, except for one issue:
/\/(.*?).php/
I only need this regular expression to find things like:
/this-a-valid-page.php {some words here} /anotherpage.php { some words here} http://www.google.com
but do not find URLs the problem i am having is that it…