Closed iranandroid closed 3 years ago
I am stuck with the same issue
Can we create some custom implementation for that @hendraanggrian
Yes this is achievable by providing your own pattern, e.g.: textView.setMentionPattern(pattern)
.
Now I'm not an expert of regex, you should consult that to StackOverflow. Ask them a pattern that accepts any texts divided by any number of dots.
Hi I need pattern to show mention with dot or without dot; like: @test @test.b
can help me?