Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
Regular expressions
A field permits decimal digits from every Unicode script. Which ECMAScript atom expresses…
from Regular expressions
Node 24
intermediate
4 min
A field permits decimal digits from every Unicode script. Which ECMAScript atom expresses that repertoire?
`\d` without flags
`\d` with the `u` flag
`\p{Decimal_Number}` with the `u` flag
`.` with the `s` flag
Check
Ask AI about this kata
Report an error
previous kata
Spot the bug in the global email validator
Spot the bug
A new version is available
Reload