We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything is working until i entered a username with dot and hyphen.
@user.pretty - not working @user-pretty - not working @user_pretty - working (but only @user turned to green in ui)
here is my regex. "(@[a-zA-Z0-9._-]{2,50}\b)"
i tried debugging the list here is the result: [@user.pretty, @user-pretty, @user_pretty]
in ui here is result:
every mentions should be in color green..
Can you help me with this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Everything is working until i entered a username with dot and hyphen.
@user.pretty - not working
@user-pretty - not working
@user_pretty - working (but only @user turned to green in ui)
here is my regex. "(@[a-zA-Z0-9._-]{2,50}\b)"
i tried debugging the list here is the result:
[@user.pretty, @user-pretty, @user_pretty]
in ui here is result:
every mentions should be in color green..
Can you help me with this?
The text was updated successfully, but these errors were encountered: