Skip to content

Commit 735f5f4

Browse files
committed
Edited ch07.asciidoc with Atlas code editor
1 parent e368afd commit 735f5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ When we need to match every Unicode decimal number symbol, and not just `[0-9]`
16431643
const rdigits = /^\p{Decimal_Number}+$/u
16441644
return rdigits.test(input)
16451645
}
1646-
isDecimalNumber('0x1d7cf0x1d7d00x1d7d10x1d7dc0x1d7dd0x1d7de0x1d7e90x1d7ea0x1d7eb0x1d7ec0x1d7ed0x1d7ee0x1d7ef0x1d7fa0x1d7fb0x1d7fc')
1646+
isDecimalNumber('𝟏𝟐𝟑𝟜𝟝𝟞𝟩𝟪𝟫𝟬𝟭𝟮𝟯𝟺𝟻𝟼')
16471647
// &lt;- true</pre>
16481648
++++
16491649

0 commit comments

Comments
 (0)