I have the following string in python:
text = "vagrant 11450 4344 0 Feb22 pts/2 00:00:28 python run.py abc"
I want to capture the text after time field that is "python run.py abc"
I am using the following regex but it is not working
[\d:]+ (.)*