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
Link 🔗: https://mozilla.github.io/nunjucks/templating.html#replace:~:text=%7B%25%20set%20letters%20%3D%20aaabbbccc%25%7D (use Chrome browser to open it with the highlighted text)
The issue is in replace section - https://mozilla.github.io/nunjucks/templating.html#replace , in one of the examples. The example with the issue looks like this -
replace
{% set letters = aaabbbccc%} {{ letters | replace("", ".") }}
Note how aaabbbccc is NOT wrapped in double quotes (""). That is the problem here. It's an error / bug in the docs 📃📄📑🐛 🐜 🪲 🐞 🕷️
aaabbbccc
""
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Link 🔗: https://mozilla.github.io/nunjucks/templating.html#replace:~:text=%7B%25%20set%20letters%20%3D%20aaabbbccc%25%7D (use Chrome browser to open it with the highlighted text)
The issue is in
replace
section - https://mozilla.github.io/nunjucks/templating.html#replace , in one of the examples. The example with the issue looks like this -Note how
aaabbbccc
is NOT wrapped in double quotes (""
). That is the problem here. It's an error / bug in the docs 📃📄📑🐛 🐜 🪲 🐞 🕷️The text was updated successfully, but these errors were encountered: