Regex Syntax changes between POSIX and PCRE

前端 未结 2 1758
长情又很酷
长情又很酷 2021-01-03 22:49

We are currently in the process of upgrading our Varnish Cache servers. As part of the process, we upgraded only one of them to see how it behaves compared to the older vers

2条回答
  •  [愿得一人]
    2021-01-03 23:14

    "Regular Expressions as used in R"

    I didn't find a comparison chart but I did find Regular Expressions as used in R which has a lot of information near the top part of the document related to POSIX and the bottom half details pcre and also gives links to the standards.

提交回复
热议问题