Last active
August 29, 2015 14:11
-
-
Save isratmir/eecc19417bdd39600e5c to your computer and use it in GitHub Desktop.
Regular Expression
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
\s - whitespace | |
\n - newline | |
\} - } symbol | |
\b\w+\b - select all words | |
<(.*?)> - everything like <div class="col-xs-12"> | |
[a-z0-9_.]+(jpeg|jpg|png|gif) - "http://localhost/./files/pictures/picture_532.png" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment