armcha / AutoLinkTextView

AutoLinkTextView is TextView that supports Hashtags (#), Mentions (@) , URLs (http://), Phone and Email automatically detecting and ability to handle clicks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple regex for two string

rvats011990 opened this issue · comments

How can I add two regex:
autoLinkTextView.setCustomRegex("\sTerms of Service\b");
autoLinkTextView.setCustomRegex("\sPrivacy Policy\b");