Are Python and JavaScript regular expression syntax identical?
If not, then:
- What are the important differences between them
- Is there a python library that "implements" JavaScript regexps?
|
Are Python and JavaScript regular expression syntax identical? If not, then:
|
||||
|
|
|
There is a comparison table here: |
|||||||||||
|
|
Part 1 Part 2 There is way too much information to convey on a single SO answer, so you're better off having a solid piece of reference material on the subject. |
||||
|
|
|
http://www.regular-expressions.info/javascript.html vs http://www.regular-expressions.info/python.html |
|||
|
|