So for the string:
A large chicken, either thighs or breasts
I need a regex to match the term "chicken breast"
So it would be something like /chicken(.*?)breast/ would it not?
Thanks.
So for the string:
A large chicken, either thighs or breasts
I need a regex to match the term "chicken breast"
So it would be something like /chicken(.*?)breast/ would it not?
Thanks.