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
/
CS foundations
Which validation rule prevents a regular expression from accepting a valid-looking substr…
from CS foundations
beginner
1 min
Which validation rule prevents a regular expression from accepting a valid-looking substring inside otherwise invalid input?
Require the match to consume the entire input.
Add more capturing groups around the existing pattern.
Run the same unanchored search twice.
Check
Ask AI about this kata
Report an error
previous kata
In JavaScript, which result does `0.1 + 0.2 === 0.3` produce?
Quiz
next kata
Which localization approach preserves grammar across languages with different plural rule…
Quiz
A new version is available
Reload