Answer the question
In order to leave comments, you need to log in
Regexp js. How to get everything after a certain substring?
There is this line: "BIX_resource lynx-click lynxid-unior".
There is a pattern that works in PHP: "(?<=\lynxid-)(\w+)".
As a result, coincidentally, it will select: "unior".
Help compose a regular expression for JS. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question