Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created September 23, 2012 01:42
Show Gist options
  • Save datacodesolutions/3768487 to your computer and use it in GitHub Desktop.
Save datacodesolutions/3768487 to your computer and use it in GitHub Desktop.
Regular Expression: Last Segment URL
preg_match('/[^\/]+$/', $this->_image_url, $matches);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment