正则表达式:URL匹配无法正常工作

时间:2019-10-03 11:06:06

标签: regex

我使用此正则表达式:

<(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\"

你们有什么建议吗?非常感谢你!

1 个答案:

答案 0 :(得分:1)

您确实忘记了A-Z中的[a-zA-Z0-9\\/\\?\\.\\,_=&]+