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 = "[\\.,_-<>:;]" }