HI ππ»ββοΈ
- Remove redundant Regex escapes
- Polishing Javadoc and comment
Thank you ππ»ββοΈ
Comment From: snicoll
@zinzoddari I've dropped the commit for regex escapes. If we decided to look at this, there are many other places we need to consider and changing only in a few places would be inconsistent. We prefer to do such a changes ourselves anyways.
Comment From: sbrannen
Regarding unnecessary escaping in regular expressions, that's actually intentional due to an issue with Android.
See also:
-
24470
-
27467