You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is impossible to get all at signs used in text at the moment (as well as check if text contains them).
It looks like it requires just: decorateAtSign: true in extractHashTags() method, in Decorator constructor call (lib/functions.dart:25)
Similar may be applied to hasHashTags()
Regards
The text was updated successfully, but these errors were encountered:
afoka82
changed the title
ExtractHashTags should be improved to return atsigns string as well.
ExtractHashTags should be improved to return atsigns strings as well.
Jan 31, 2022
Hi,
It is impossible to get all at signs used in text at the moment (as well as check if text contains them).
It looks like it requires just:
decorateAtSign: true
inextractHashTags()
method, in Decorator constructor call (lib/functions.dart:25)Similar may be applied to
hasHashTags()
Regards
The text was updated successfully, but these errors were encountered: