From 898face1b429fa0796268f261243f7f075c26cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B8=D0=BC=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Wed, 16 Jul 2025 14:32:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rexExp.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rexExp.txt diff --git a/rexExp.txt b/rexExp.txt new file mode 100644 index 0000000..fc6f609 --- /dev/null +++ b/rexExp.txt @@ -0,0 +1,16 @@ +task1=abc +task2=123 +task3=.*\.$ +task4=^[cmf]an$ +task5=^[^b]og$ +task6=^[A-Z][a-z][a-c]$ +task7=^waz{3,6}up$ +task8=^a+[bc]*c+$ +task9=^\d+ files? found\?$ +task10=^\d+\.\s+.+$ +task11=^Mission: successful$ +task12=^(.+)\.pdf$ +task13=^([A-Za-z]{3} (\d{4}))$ +task14=^(\d+)x(\d+)$ +task15=^I love (cats|dogs)$ +task16=^.+$ \ No newline at end of file