Last active
March 19, 2018 09:42
-
-
Save kaydeeweb/809f7045eb9d174bb4ef69c207791af0 to your computer and use it in GitHub Desktop.
Regular Expression Examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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