Jump to content

Back references n javascript regex


bbala

Recommended Posts

JavaScript does not support lookbehinds, and thus no backreferences can be captured. It does support lookaheads, however.[1]As for standardisation, the W3C didn't create regular expressions (neither did they create JavaScript) - the common Perl dialect of regular expressions is standardised by the Perl developers, and the ECMAScript standard, which JavaScript follows, was written by Ecma International.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...