From 3cbe0351174b048dca0905fba7ff84897f4c6d6f Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Wed, 10 Jan 2024 10:58:42 +0200 Subject: [PATCH] =?UTF-8?q?Make=20=D1=87=D0=B0=D1=88=D0=B8=20=D0=B7=D0=B0?= =?UTF-8?q?=20regex=20more=20generic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sofiasupermarketsapi/api/AlcoholController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/stefanbratanov/sofiasupermarketsapi/api/AlcoholController.kt b/src/main/kotlin/com/stefanbratanov/sofiasupermarketsapi/api/AlcoholController.kt index a28438d..1f18599 100644 --- a/src/main/kotlin/com/stefanbratanov/sofiasupermarketsapi/api/AlcoholController.kt +++ b/src/main/kotlin/com/stefanbratanov/sofiasupermarketsapi/api/AlcoholController.kt @@ -99,7 +99,7 @@ class AlcoholController( listOf( "бонбони", "шоколад", - "чаши за\\s+", + "чаш(а|и) (.+)?за\\s+", "халба", "дезинфектант", "чай\\s+",