HI πŸ™‹πŸ»β€β™€οΈ

  1. Remove redundant Regex escapes
  2. 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