Files
freeCodeCamp/curriculum/challenges/chinese-traditional/07-scientific-computing-with-python/python-for-everybody/regular-expressions.md

39 lines
304 B
Markdown
Raw Normal View History

---
id: 5e7b9f0b0b6c005b0e76f06e
title: 正則表達式
challengeType: 11
videoId: Yud_COr6pZo
dashedName: regular-expressions
---
# --question--
## --text--
哪一個正則表達式匹配只有一個空白字符?
## --answers--
\\S
---
\\s
---
.
---
\_
---
\\.
## --video-solution--
2