What are the differences between perl and java regex capabilities?

后端 未结 3 2012
南笙
南笙 2020-12-01 23:26

What are the differences between perl and java with regard to what regular expression terms are supported?

This question is isolated to just the regular expressions,

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 00:05

    There is a paragraph in java.util.regex.Pattern API "Comparison to Perl 5".

提交回复
热议问题