Closed m-anshuman2166 closed 2 years ago
App crashes on searching for special characters like ( ) or { }
( )
{ }
it happens due PatternSyntaxException
PatternSyntaxException
maybe you could update app to treat searched word like a string, not a pattern
Hello @m-anshuman2166,
Thanks for your report, we can escape them or using Pattern.quote(),
Pattern.quote()
Thanks
App crashes on searching for special characters like
( )
or{ }
it happens due
PatternSyntaxException
maybe you could update app to treat searched word like a string, not a pattern