我正在尝试完成一项任务,我应该编写一个Ruby正则表达式来捕获html标记之间的项,但我真的被卡住了。我到处都找过了,但我只找到了关于使用html解析器和其他程序的建议,我认为我们不能使用这些程序,因为到目前为止我们只学习了正则表达式。<a href="/c/dog">Dog</a>我正在尝试捕获Bird Cat Dog
使用这个正
我想从一个段落中找到url和超文本$content = "<a href="http://google.com" target="_blank">Google</a> The biggestsearch engine is google .The lot of people are used google
<a href="http://google.com" target="_blank