$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>
';
在这个字符串中,我希望提取这两行:
- 简有:{num1} 次
- 她的父亲给了她:{num2} 次
另外,我需要提取不匹配两个字符串的字符串。