Created
March 12, 2019 20:57
-
-
Save hamletbatista/7e043ab889b98c49017b954da7b39b02 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#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