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 406468c commit fc3dd58Copy full SHA for fc3dd58
tests/cases/compiler/regularExpressionWithNonBMPFlags.ts
@@ -1,3 +1,9 @@
1
// @target: esnext
2
3
+// The characters in the following regular expression are ASCII-lookalike characters found in Unicode, including:
4
+// - 𝘴 (U+1D634 Mathematical Sans-Serif Italic Small S)
5
+// - 𝘪 (U+1D62A Mathematical Sans-Serif Italic Small I)
6
+// - 𝘮 (U+1D62E Mathematical Sans-Serif Italic Small M)
7
+//
8
+// See https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols
9
const 𝘳𝘦𝘨𝘦𝘹 = /(?𝘴𝘪-𝘮:^𝘧𝘰𝘰.)/𝘨𝘮𝘶;
0 commit comments