Today's topic is .replace(), .strip() and findAll() *****Learn everyday to grow everyday***** This three are very useful function for beginners and for web scrapers while they are scraping a webpage. .strip() .strip() is used to remove white space from the start and end of the string. ## .rstrip() and .lstrip() .rstrip() is used … Continue reading .strip() , .replace() and findAll()
