Files
freeCodeCamp/curriculum/challenges/japanese/23-python-for-everybody/python-for-everybody/regular-expressions.md
freeCodeCamp's Camper Bot 9c20069eb2 chore(i18n,learn): processed translations (#53819)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-03-12 22:29:52 +05:30

381 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f0b0b6c005b0e76f06e 正規表現 11 Yud_COr6pZo
aid bvid cid
759422542 BV1W64y167YD 376387549
regular-expressions

--question--

--text--

空白文字のみにマッチする正規表現はどれですか?

--answers--

\S


\s


.


_


\.

--video-solution--

2