views:

34

answers:

1

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.

A: 

Yes. Something like that.

salathe