I have a column in Postgres like below and I want to split only the character that comes next to the keyword. In the below case the keyword is
"Patient"
Patient Mark has tested positive
New update for Patient Wilson
Discharged - Patient Thompson
The result column I need should be like
Mark
Wilson
Thompson