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

mistake in tutorial (for lookbehind chapter)

未关闭 适合新手
#658 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
HTML
星标
242
派生
109
PR 合并指标
30 天内没有已合并 PR

描述

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: (?

贡献指南

这个仓库没有索引到贡献指南

调研方向

打开链接的 regexp lookahead/lookbehind 教程页面,找到第二个关于 lookbehind 语法的句子。将负 lookbehind 运算符从 "(?<=Y)X" 更正为 "(?

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
documentation
Issue 类型
文档
难度
1/5
预计耗时
1 小时以内
活跃度
活跃
描述清晰度
描述清楚
新手友好度
95/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。