klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.
MIT License
1.59k stars 199 forks source link

Support for Case insensitive text link #57

Closed krishnasajja closed 6 years ago

krishnasajja commented 6 years ago

I noticed that the link text is case sensitive now. Is there any way to pass a flag to ignore case when checking for the link text?

klinker24 commented 6 years ago

You could build a case-insensitive regular expression for this:

https://stackoverflow.com/questions/3436118/is-java-regex-case-insensitive