javascript-tutorial / javascript-tutorial/fr.javascript.info

mistake in tutorial (for lookbehind chapter)

Open Beginner friendly
#658 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
242
Forks
109
PR merge metrics
No merged PRs in 30d

Description

il est écrit "=" au lieu de "!" dans la deuxième phrase du tutoriel sur le chapitre "lookbehind" de cette page https://fr.javascript.info/regexp-lookahead-lookbehind:
**"La syntaxe est:
Lookbehind positif: (?<=Y)X, correspond à X, mais seulement si il y a Y avant lui.
Lookbehind negatif: (?<=Y)X, correspond à X, mais seulement si il n’y a pas Y avant lui.
"**

La phrase doit être
**Lookbehind negatif: (?

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the linked regexp lookahead/lookbehind tutorial page and locate the second lookbehind syntax sentence. Correct the negative lookbehind operator from "(?<=Y)X" to "(?

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
95/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.