We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the question A clear and concise description of what the question is. 经常会遇到使用断点或者网关等功能时使用正则匹配时无法使用.?进行匹配,而使用文档中所说的?也在很多时候如果:https://xxxx/xxxx?xxx=xxx&xxx=xxx&xxx=xxx&xxx=1,此时使用https://*?/xxxx\?xxx=*?&xxx=*?&xxx=*?&xxx=1这种都无法进行匹配,如果能正常使用正则使用https://.*?/xxxx\?.*?&xxx=1这样就能匹配就好了,不然每次都需要多次编写规则,或者能多给些示例说明你的匹配规则,文档中不太清楚
The text was updated successfully, but these errors were encountered:
您好,正则模式可能会在后面版本支持。
Sorry, something went wrong.
谢谢 希望在后面的版本中能够早点用到
MegatronKing
No branches or pull requests
Describe the question
A clear and concise description of what the question is.
经常会遇到使用断点或者网关等功能时使用正则匹配时无法使用.?进行匹配,而使用文档中所说的?也在很多时候如果:https://xxxx/xxxx?xxx=xxx&xxx=xxx&xxx=xxx&xxx=1,此时使用https://*?/xxxx\?xxx=*?&xxx=*?&xxx=*?&xxx=1这种都无法进行匹配,如果能正常使用正则使用https://.*?/xxxx\?.*?&xxx=1这样就能匹配就好了,不然每次都需要多次编写规则,或者能多给些示例说明你的匹配规则,文档中不太清楚
The text was updated successfully, but these errors were encountered: