regex icon indicating copy to clipboard operation
regex copied to clipboard

Deceptive documentation

Open z5h opened this issue 7 years ago • 0 comments

The documentation says for Regex says:

A regular expression as specified in JavaScript.

and links to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions

Not mentioned/clear in the Elm doc, or linked reference, is the fact that not all documented features are implemented in recent major browsers. For example lookaheads and lookbehinds.

z5h avatar Mar 13 '19 04:03 z5h