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(.*?)b开发者_如何学JAVAreast/
would it not?
Thanks.
Yes. Something like that.
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(.*?)b开发者_如何学JAVAreast/
would it not?
Thanks.
Yes. Something like that.
上一篇:驴子、马以及骡子的区别??
精彩评论