Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize regular expression. #68

Closed
hyobbb opened this issue Jan 25, 2021 · 2 comments
Closed

customize regular expression. #68

hyobbb opened this issue Jan 25, 2021 · 2 comments

Comments

@hyobbb
Copy link

hyobbb commented Jan 25, 2021

Hello. I would like to detect hashtags that follow without spaces.

for example, if the text is '#hash#tag#search' I would like to extract #hash, #tag, #search. Not just #hash.
so I want to delete this part of your regular expression
(?:^|\s)

Is there any way to do that?

@santa112358
Copy link
Owner

santa112358 commented Jan 26, 2021

@hyobbb I'm sure detectable_text_field (https://pub.dev/packages/detectable_text_field) will help you. This is the refinement of hashtagable, which allows the developers to edit regular expression.

@hyobbb
Copy link
Author

hyobbb commented Jan 26, 2021

Thank you so much!

@hyobbb I'm sure detectable_text_field (https://pub.dev/packages/detectable_text_field) will help you. This is the refinement of hashtagable, which allows the developers to edit regular expression.

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants