mistake in tutorial (for lookbehind chapter)
還沒有人認領這個 Issue。
評估
- 難度
- 1/5
- 預估耗時
- 1 小時以內
- 新手友好度
- 95/100
- Issue 類型
- 文件
- 描述清晰度
- 描述清楚
- 活躍度
- 活躍
- 技術堆疊
- javascript
研究方向
開啟連結的 regexp lookahead/lookbehind 教學頁面,找到第二個關於 lookbehind 語法的句子。將負 lookbehind 運算子從 "(?<=Y)X" 更正為 "(?<!Y)X",然後重新閱讀周圍的文字,以確認正例和負例是不同的。
由索引模型根據 Issue 內容生成。
描述
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: (?<!Y)X, correspond à X, mais seulement si il n’y a pas Y avant lui.
- 主要語言
- HTML
- 星號
- 242
- 分支
- 109
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
javascript-tutorial/fr.javascript.info 的其他 Issue
-
難度 1/5 1 小時以內 新手友好度 55/100
-
難度 1/5 1 小時以內 新手友好度 35/100
-
難度 2/5 1-3 小時 新手友好度 48/100
-
難度 1/5 1 小時以內 新手友好度 45/100
-
難度 3/5 1-2 天 新手友好度 35/100
javascript-tutorial/fr.javascript.info#501 · 2 則留言 · 2 個 reaction ·
查看 javascript-tutorial/fr.javascript.info 的全部 Issue
相似的 Issue
-
user-reported
難度 2/5 1-3 小時 新手友好度 85/100
Kong/developer.konghq.com#7316 ·
-
難度 2/5 1-3 小時 新手友好度 88/100
HarperFast/skills#96 ·
-
難度 2/5 1-3 小時 新手友好度 82/100
infinispan/infinispan#18150 ·
-
bug triage:deciding
難度 1/5 1 小時以內 新手友好度 88/100
open-telemetry/otel-arrow#4132 ·
-
Ecosystem: ClawMetry — the Qwen Code reader is now free and open source (follow-up to #9294 / #9338) 未關閉category/integration priority/P3 scope/documentation status/ready-for-human type/feature-request
難度 1/5 1 小時以內 新手友好度 84/100