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

In mention username with dot is not detecting #427

Open
mehulmodihb opened this issue Sep 1, 2023 · 2 comments
Open

In mention username with dot is not detecting #427

mehulmodihb opened this issue Sep 1, 2023 · 2 comments

Comments

@mehulmodihb
Copy link
Contributor

In mentioned username, it is not detecting full username with the dot.
For example, username like @hb.mehulmodi is only detecting hb

@mehulmodihb
Copy link
Contributor Author

Need to update the mention regex as below :

static let mentionPattern = "(?:^|\\s|$|[.])@[\\p{L}0-9_\\.]*"

@DevboiDesigns
Copy link

I am having the same issue, did you edit the package files with this update to fix?

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