AutoLinkTextViewV2
AutoLinkTextViewV2 copied to clipboard
Support Arabic hastags
Please change hastags regex to below regex to support Arabic hastags. internal val HASH_TAG_PATTERN: Pattern = Pattern.compile("(?<![a-zA-Z0-9_])#(?=[0-9_]*[a-zA-Zء-ي])[a-zA-Zء-ي0-9_]+")
internal val HASH_TAG_PATTERN: Pattern = Pattern.compile("(?:^|\s|$|[.])#[\p{L}0-9_]*")