Skip to content

BUG: 路由正则不支持a{5,10}的形式 #925

Open
@Z-Biner

Description

@Z-Biner

描述问题

路由正则不支持a{5,10}的范围形式,但是支持a{7}这样的具体数字

预期行为:
a{5,10}应该匹配5-10个连续的a
实际行为:
无法匹配

如何复现

在路由规则中, 使用regexp:的形式绕过。
然后监控流量。

根据流量监控,可看到是走代理还是直链,当写范围和写准确数字时效果不同。
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions