Files

39 lines
539 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 5e7b9f0b0b6c005b0e76f070
title: 'Регулярні вирази: Практичні програми'
challengeType: 11
videoId: xCjFU9G6x48
bilibiliIds:
aid: 546924659
bvid: BV1mq4y1H7rZ
cid: 376386493
dashedName: regular-expressions-practical-applications
---
# --question--
## --text--
Який з приведених варіантів можна використати для пошуку "$" у регулярному виразі?
## --answers--
$
---
\\dollar\\
---
\\$
---
!$
## --video-solution--
3