update split pattern

pull/5/head
Zlatin Balevsky 2019-06-20 15:47:00 +01:00
parent 396c636e42
commit f1ac038b55
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "[\\+-,\\.:;\\(\\)=_/\\\\\\!\\\"\\\'\\\$%\\|]"
}