Skip to content

Instantly share code, notes, and snippets.

@gouthambs
Created June 17, 2015 15:08
Show Gist options
  • Save gouthambs/47c285306ccc7e27c336 to your computer and use it in GitHub Desktop.
Save gouthambs/47c285306ccc7e27c336 to your computer and use it in GitHub Desktop.
Regular Expression Patterns
#
import re
# Identify URL
re.findall('(?:http://|www.)[^"\' ]+', html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment