What's different between Python and Javascript regular expressions?

后端 未结 3 1992
抹茶落季
抹茶落季 2020-12-03 10:08

Are Python and JavaScript regular expression syntax identical?

If not, then:

  1. What are the important differences between them
  2. Is there a pyth
3条回答
  •  借酒劲吻你
    2020-12-03 10:31

    http://www.regular-expressions.info/javascript.html vs http://www.regular-expressions.info/python.html

提交回复
热议问题