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