hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
https://hendraanggrian.github.io/socialview/
Apache License 2.0
322 stars 81 forks source link

mention with dot pattern #106

Closed iranandroid closed 2 years ago

iranandroid commented 3 years ago

Hi I need pattern to show mention with dot or without dot; like: @test @test.b

can help me?

palVikas9 commented 3 years ago

I am stuck with the same issue

Can we create some custom implementation for that @hendraanggrian

hanggrian commented 2 years ago

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.