mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
396 B
396 B
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f0b0b6c005b0e76f06e | Espressioni regolari | 11 | Yud_COr6pZo |
|
regular-expressions |
--question--
--text--
Quale espressione regolare corrisponde solo a un carattere di spazio bianco?
--answers--
\S
\s
.
_
\.
--video-solution--
2