regex get word after some code example Example: Regular expression: Match everything after a particular word re.search(r'(?<=test :)[^.\s]*',text)