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