What would be the best regular expression for this scenario?
Given this URL:
http://php.net/manual/en/function.preg-match.php
How should I go about selecting everything between (but not including) http://php.net and .php:
/manual/en/function.preg-match
This is for an Nginx configuration file.
Like this:
Explanation: