Skip to content

Instantly share code, notes, and snippets.

@kaydeeweb
Last active March 19, 2018 09:42
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 kaydeeweb/809f7045eb9d174bb4ef69c207791af0 to your computer and use it in GitHub Desktop.
Save kaydeeweb/809f7045eb9d174bb4ef69c207791af0 to your computer and use it in GitHub Desktop.
Regular Expression Examples
//Replace .php extension
SEARCH: href=\"([^\"]+)\.php\"
REPLACE: href="$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment