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
In real code
// node v18.5.0 ignore().add('\#abc').ignores('#abc') // false
in documentations
ignore().add('\#abc').ignores('#abc') // true
The text was updated successfully, but these errors were encountered:
Oh, it is a typo in doc
which should be
ignore().add('\\#abc').ignore('#abc') // true
Sorry, something went wrong.
5.2.1: fixes typo in the example of "backslash hash", related to #83
124f5a6
No branches or pull requests
In real code
in documentations
The text was updated successfully, but these errors were encountered: