From 3b165ba15d5d81bf77f9707362bd9c889a95076f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=B0=D1=80=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Mon, 14 Jul 2025 12:30:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20regexp-additional.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- regexp-additional.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 regexp-additional.properties diff --git a/regexp-additional.properties b/regexp-additional.properties new file mode 100644 index 0000000..a0ad07e --- /dev/null +++ b/regexp-additional.properties @@ -0,0 +1,8 @@ +task17=.*\d$ +task18=(\d{3}).* +task19=(.*)\@.* +task20=^<(a).*|<(div).* +task21=(.*)\.(png|jpg|gif)$ +task22=([^\s*].) +task23=.*\.(.*)\((.*):(\d+) +task24=(.*):\/\/([^\/:]*)(?::(\d+))?.* \ No newline at end of file