Skip to content

Instantly share code, notes, and snippets.

@isratmir
Last active August 29, 2015 14:11
Show Gist options
  • Save isratmir/eecc19417bdd39600e5c to your computer and use it in GitHub Desktop.
Save isratmir/eecc19417bdd39600e5c to your computer and use it in GitHub Desktop.
Regular Expression
\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