python remove links from string code example Example: remove web linnks from string python re.sub(r'http\S+', '', stringliteral)