Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0624f119 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Gr. typo to my "word character" regex

parent 222808b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)+"," ");