[...] 7. If F contains any code unit other than "g", "i", "m", "u", or "y" or if it contains the same code unit more than once, throw a SyntaxError exception.
---*/
new RegExp('abc', 'y'); new RegExp('abc', 'gy'); new RegExp('abc', 'iy'); new RegExp('abc', 'my'); new RegExp('abc', 'uy'); new RegExp('abc', 'gimuy');
reportCompare(0, 0);
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.