List of all regex implementations?

前端 未结 4 784
时光取名叫无心
时光取名叫无心 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:04

    I found this overview very useful when i get confused with the different variants.

    0 讨论(0)
  • 2020-12-13 05:07

    http://www.regular-expressions.info is the closest thing I know to a comprehensive list (and even it is nowhere near complete). (This page in particular.)

    0 讨论(0)
  • 2020-12-13 05:15

    There is a list of libraries, languages and applications supporting regular expressions on Wikipedia which includes a feature comparison table:

    http://en.wikipedia.org/wiki/Comparison_of_regular_expression_engines

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题