我使用此正则表达式:
<(https:\\/\\/[a-zA-Z\\-]+\\.mydomain\\.com/[a-z0-9\\/\\?\\.\\,_=&]+)>; rel=\"next\"
为此,可以:
<https://api.mydomain.com/v1/feeds?page=1559289570000>; rel=\"next\"
为此失败(无结果):
<https://api.mydomain.com/v1/feeds/AS7ShjYhsjYHJ89w/likes?page=49771>; rel=\"next\"
你们有什么建议吗?非常感谢你!
答案 0 :(得分:1)
您确实忘记了A-Z
中的[a-zA-Z0-9\\/\\?\\.\\,_=&]+