pull/1440/head
gedoor 4 years ago committed by RinOrz
parent d081711478
commit f795fab015
  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