Skip to content

Instantly share code, notes, and snippets.

@ryandemmer
Created April 26, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandemmer/477f81832e7bb306417bea088443d51b to your computer and use it in GitHub Desktop.
Save ryandemmer/477f81832e7bb306417bea088443d51b to your computer and use it in GitHub Desktop.
url processing
$text = preg_replace('#(href|src)="([^:"]*)("|(?:(?:%20|\s|\+)[^"]*"))#', '$1="'/$2$3', $text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment