I have found very similar posts, but I can\'t quite get my regular expression right here.
I am trying to write a regular expression which returns a string which is b
The chosen answer didn't work for me...hmm...
Just add space after cow and/or before milk to trim spaces from " always gives "
/(?<=cow ).*(?= milk)/