38 lines
268 B
Markdown
Raw Normal View History

---
id: 5e7b9f0b0b6c005b0e76f06e
2020-04-21 23:37:02 -05:00
title: Regular Expressions
challengeType: 11
videoId: Yud_COr6pZo
---
# --question--
## --text--
Which regex matches only a white space character?
## --answers--
\\S
---
\\s
---
.
---
\_
---
\\.
## --video-solution--
2