apradanas / simple-linkable-text

Simple way to create linked text, such as @username or #hashtag, in Android TextView and EditText
Other
74 stars 13 forks source link

Regex unrecognized hashtag with a dot #12

Open vsoftphuong opened 7 years ago

vsoftphuong commented 7 years ago

Regex "(# \ w +)" unrecognized hashtag with a dot (.) EX: phuong.pham How to fix it, please?