Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Created March 12, 2019 20:57
Show Gist options
  • Save hamletbatista/7e043ab889b98c49017b954da7b39b02 to your computer and use it in GitHub Desktop.
Save hamletbatista/7e043ab889b98c49017b954da7b39b02 to your computer and use it in GitHub Desktop.
#convert URL to lowercase
crawled_url = "https://www.example.com/ABOUT-chc/clinicians/audiology-technology/"
print(crawled_url.lower())
#Output -> https://www.example.com/about-chc/clinicians/audiology-technology/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment