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
Describe the bug While adding a the following regex ([^A-Za-zÀ-ÖØ-öø-ž]+(table)s?[^A-Za-zÀ-ÖØ-öø-ž]+(pique)[^A-Za-zÀ-ÖØ-öø-ž]*(nique)[^A-Za-zÀ-ÖØ-öø-ž]*) for the link https://www.cemonjardin.com/l/produits/mobilier-de-jardin/tables-de-pique-nique.html I get an error message
([^A-Za-zÀ-ÖØ-öø-ž]+(table)s?[^A-Za-zÀ-ÖØ-öø-ž]+(pique)[^A-Za-zÀ-ÖØ-öø-ž]*(nique)[^A-Za-zÀ-ÖØ-öø-ž]*)
Expected behavior This regex was designed to avoid false positives (for instance matching épique volcanique when wanting to match pique-nique)
Screenshots
The text was updated successfully, but these errors were encountered:
lutangar
No branches or pull requests
Describe the bug
While adding a the following regex
([^A-Za-zÀ-ÖØ-öø-ž]+(table)s?[^A-Za-zÀ-ÖØ-öø-ž]+(pique)[^A-Za-zÀ-ÖØ-öø-ž]*(nique)[^A-Za-zÀ-ÖØ-öø-ž]*)
for the link https://www.cemonjardin.com/l/produits/mobilier-de-jardin/tables-de-pique-nique.html
I get an error message
Expected behavior
This regex was designed to avoid false positives (for instance matching épique volcanique when wanting to match pique-nique)
Screenshots
The text was updated successfully, but these errors were encountered: