mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-16 07:00:14 -05:00
Gr. typo to my "word character" regex
This commit is contained in:
parent
222808b51d
commit
0624f119df
@ -2262,7 +2262,7 @@ public class LocalStore extends Store implements Serializable
|
||||
return null;
|
||||
}
|
||||
|
||||
text = text.replaceAll("^.*\w.*:","");
|
||||
text = text.replaceAll("^.*\\w.*:","");
|
||||
text = text.replaceAll("(?m)^>.*$","");
|
||||
text = text.replaceAll("^On .*wrote.?$","");
|
||||
text = text.replaceAll("(\\r|\\n)+"," ");
|
||||
|
Loading…
Reference in New Issue
Block a user