pull/1419/head
gedoor 3 years ago
parent 3538db3fe5
commit 29e70299e2
  1. 2
      app/src/main/java/io/legado/app/constant/AppPattern.kt

@ -29,5 +29,5 @@ object AppPattern {
/**
* 不发音段落判断
*/
val notReadAloudRegex = Regex("^(\\s|\\p{C}|\\p{P}|\\p{Z}|\\p{S})+\$")
val notReadAloudRegex = Regex("^(\\s|\\p{C}|\\p{P}|\\p{Z}|\\p{S})+$")
}

Loading…
Cancel
Save