We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff568ee commit 0b7dd1bCopy full SHA for 0b7dd1b
1 file changed
lib/node_modules/@stdlib/utils/regexp-from-string/examples/index.js
@@ -27,7 +27,7 @@ console.log( reFromString( '/[A-Z]*/' ) );
27
// => /[A-Z]*/
28
29
console.log( reFromString( '/\\\\\\\//ig' ) ); // eslint-disable-line no-useless-escape
30
-// => /\\\//ig
+// => /\\\//gi
31
32
console.log( reFromString( '/[A-Z]{0,}/' ) );
33
// => /[A-Z]{0,}/
0 commit comments