commit 4fdd55879a9a768d1b2f22c1bd986cf24c112f1d Author: Сафиуллин Date: Mon Sep 15 08:27:52 2025 +0000 homework4 diff --git a/regexp-basic.properties.txt b/regexp-basic.properties.txt new file mode 100644 index 0000000..20ccc4b --- /dev/null +++ b/regexp-basic.properties.txt @@ -0,0 +1,16 @@ +task1 = abc*.+ +task2 = \w+.+123.* +task3 = .*\. +task4 = [c|m|f]an +task5 = [^b]og +task6 = [A-Z].* +task7 = waz{3,}up +task8 = a{2,}[bc]+ +task9 = \d+.* +task10 = \d.\s+.* +task11 = ^Mission: successful$ +task12 = ^(.*\w+)\.pdf$ +task13 = ^(.*(\d{4}+))$ +task14 = ^((\d{4}).(\d{2,4}+))$ +task15 = .*(cats|dogs) +task16 = .*. \ No newline at end of file