$string ='<p>Jane has: {num1} times <img alt="" src="/ckfinder/userfiles/images/shapes/button4.jpg" style="height:59px; width:60px" /></p>
<p>Her Father gives her: {num2} times <img alt="" src="/ckfinder/userfiles/images/shapes/button4.jpg" style="height:59px; width:60px" /></p>
<p> </p>
<p>Total No of Buttons She Have: ans</p>
<p> </p>
<p> </p>
';
この文字列で、次の 2 行を抽出します。
- ジェーンは: {num1} 回
- 彼女の父は彼女に次のことを与えます: {num2} 回
また、2 つの文字列に一致しない文字列を抽出する必要があります。