From 6e3a2c0d08c0418357c4e3f6d41f021f15ef2355 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 4 Jun 2019 17:30:55 +0100 Subject: [PATCH] update split pattern --- core/src/main/groovy/com/muwire/core/Constants.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/Constants.groovy b/core/src/main/groovy/com/muwire/core/Constants.groovy index 624bad15..fc7e2516 100644 --- a/core/src/main/groovy/com/muwire/core/Constants.groovy +++ b/core/src/main/groovy/com/muwire/core/Constants.groovy @@ -11,5 +11,5 @@ class Constants { public static final float DOWNLOAD_SEQUENTIAL_RATIO = 0.8f - public static final String SPLIT_PATTERN = "[\\.,_-]" + public static final String SPLIT_PATTERN = "[\\.,_-<>:;]" }