K
K
Klaus Kater2015-05-25 21:24:05
JavaScript
Klaus Kater, 2015-05-25 21:24:05

Advanced regexps in javascript (naming, constructing)?

Many languages ​​that work with regexp allow you to pervert it quite well. Where to read adequate information on regexp in javascript? Very interested in the possibility of naming patterns and picking up a new pattern from others.
(: pattern)
[name1|name2|name3]

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Ineshin, 2015-05-25
@IonDen

There is a good article on regular expressions in JS: habrahabr.ru/post/242695
And there, good debugging services: regexper.com and www.regexbuddy.com

S
Sergey, 2015-05-25
Protko @Fesor

Advanced regexps in javascript

js has a very limited implementation of regular expressions, if compared with perl or php, for example. Just basic stuff, just orthodox regular expressions without all these complications.
not supported
not supported

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question