From 941925e501a9fbb0d1627bbb569b3ec1d8ef09bb 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 21:23:21 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/main/resources/regexp-additional.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/regexp-additional.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/regexp-additional.properties b/src/main/resources/regexp-additional.properties index e69de29..f91e35f 100644 --- a/src/main/resources/regexp-additional.properties +++ b/src/main/resources/regexp-additional.properties @@ -0,0 +1,8 @@ +task17=.*\.*\d+$ +task18=(\d{3}).* +task19=^([^+@]+) +task20=^<([^>( )]+) +task21=(.*)\.(png|jpg|gif)$ +task22=([^\s*].*) +task23=\..*\.(.*)\((.*)\:(\d+) +task24=^(.*):\/\/([^\/:]+)(?::(\d+))? \ No newline at end of file