Mod_Rewrite 是否支持命名捕获组

发布于 2024-11-27 03:54:02 字数 134 浏览 0 评论 0原文

mod_rewrite 是否支持命名捕获组?如果确实如此,请举例支持您的回复

Does mod_rewrite support Named Capturing Groups? Please support your reply with an example if it does

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感情洁癖 2024-12-04 03:54:02

@Jey Keu,

它们在 Apache mod_rewrite 中不可用,但您可以在大多数其他支持捕获组的现代正则表达式引擎中使用它们,捕获组从左到右编号。

@Jey Keu,

They are not available in Apache mod_rewrite but you can use them in most other modern regular expression engines support capturing groups, which are numbered from left to right.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文