mirror of https://github.com/zlatinb/muwire
update split pattern
parent
396c636e42
commit
f1ac038b55
|
@ -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 = "[\\+-,\\.:;\\(\\)=_/\\\\\\!\\\"\\\'\\\$%\\|]"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue