2021-06-15 00:49:18 -07:00
|
|
|
---
|
|
|
|
id: 5e7b9f0b0b6c005b0e76f06e
|
2021-07-19 22:22:21 +05:30
|
|
|
title: Espressioni regolari
|
2021-06-15 00:49:18 -07:00
|
|
|
challengeType: 11
|
|
|
|
videoId: Yud_COr6pZo
|
2021-10-03 12:24:27 -07:00
|
|
|
bilibiliIds:
|
|
|
|
aid: 759422542
|
|
|
|
bvid: BV1W64y167YD
|
|
|
|
cid: 376387549
|
2021-06-15 00:49:18 -07:00
|
|
|
dashedName: regular-expressions
|
|
|
|
---
|
|
|
|
|
|
|
|
# --question--
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
2021-07-19 22:22:21 +05:30
|
|
|
Quale espressione regolare corrisponde solo a un carattere di spazio bianco?
|
2021-06-15 00:49:18 -07:00
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
|
|
|
\\S
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
\\s
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
\_
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
\\.
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
2
|
|
|
|
|