fix: organization extract

This commit is contained in:
Rongjian Zhang 2019-11-02 19:44:24 +08:00
parent f034e4c8ce
commit 0c315c354c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class TextContainsOrganization extends StatelessWidget {
TextContainsOrganization(this.text,
{this.style, this.overflow = TextOverflow.clip});
static final _reg = RegExp(r'@[\x00-\x7F]+');
static final _reg = RegExp(r'@[A-Za-z-]+');
@override
Widget build(BuildContext context) {