en.javascript.info/11-regular-expressions-javascript/3-regexp-character-classes/1-find-time-hh-mm/task.md
2015-03-24 00:03:51 +03:00

8 lines
503 B
Markdown
Raw 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.

# Найдите время
Время имеет формат `часы:минуты`. И часы и минуты состоят из двух цифр, например: `09:00`.
Напишите регулярное выражение для поиска времени в строке: <code class="subject">Завтрак в 09:00.</code>
P.S. В этой задаче выражению позволительно найти и некорректное время, например `25:99`.