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

343 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e7b9f0b0b6c005b0e76f070 正則表達式: 實用應用 11 xCjFU9G6x48 regular-expressions-practical-applications

--question--

--text--

在正則表達式中,怎麼搜索一個 “$” 符號?

--answers--

$


\dollar\


\$


!$

--video-solution--

3