List of all regex implementations?

前端 未结 4 798
时光取名叫无心
时光取名叫无心 2020-12-13 04:37

Is there a list of Regex implementations on the web, showing their differences / similarities?

For exaple, Emacs elisp Regex is different to JavaScript or Perl regex

4条回答
  •  眼角桃花
    2020-12-13 05:21

    Take a look at the Regular Expression Flavor Comparison on Regular-Expressions.info. It contains at least the nowadays most important regular expression implementations and their characteristics.

提交回复
热议问题