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