79355394

Date: 2025-01-14 14:51:44
Score: 0.5
Natty:
Report link

From my side, I found that you can try to replace hash symbol with %23. So, you can try something like that:

uri.toString().replace("#", "%23")

Also, it might be useful to use Uri.decode() before the replacement.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aleksandr Gorshkov