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
When the first non-whitespace character after the bang is not an ascii word character, the bang is not matched
Examples:
!bang words
!bang Français
!bang çççççççç
!bang にほんご
!bang 👍
!bang emoji 👍
!bang #👍
Seems that the issue comes from how \b treats non-ascii characters
\b
The text was updated successfully, but these errors were encountered:
Thanks, have fixed the broken regex and released v0.9.1
Sorry, something went wrong.
No branches or pull requests
When the first non-whitespace character after the bang is not an ascii word character, the bang is not matched
Examples:
!bang words
works!bang Français
works!bang çççççççç
does not work!bang にほんご
does not work!bang 👍
does not work!bang emoji 👍
works!bang #👍
does not workSeems that the issue comes from how
\b
treats non-ascii charactersThe text was updated successfully, but these errors were encountered: