Reply To: GREP needed!!

#101336
Vinny –
Member

Hi
maybe something like this?

(,??\<and\>|\<to\>|,)\K.*?risk

Basically (\<and\>|\<to\>|,)\K.*?risk should be enough, but I added the ,?? part in case you add a comma before the word “and” just like you did in your example.

This article was last modified on February 1, 2018

Comments (0)

Loading comments...