Modifica tabella "Tipi di lookaround" per i casi di "Lookbehind negativo"

Open Beginner friendly
#515 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

Research direction

Open the “Regular expression / Lookahead e lookbehind” tutorial page and locate the “Tipi di lookaround” table. Correct the negative lookahead and negative lookbehind descriptions to include “non”, then review the table to confirm both entries accurately describe the expressions.

Written by the indexing model from the issue text.

Description

Buongiorno,
leggendo il vostro tutorial, nella pagina Regular expression / Lookahead e lookbehind ho notato un piccolo lapsus, la mancanza di un "non" nelle descrizioni presenti nella tabella Tipi di lookaround:

X(?!Y) Lookahead negativo X se seguito da Y >>> X se non seguito da Y
(?<!Y)X Lookbehind negativo X se dopo Y >>> X se non preceduto da Y

Complimenti per il vostro approfondito tutorial JavaScript.
Cordiali saluti.

Dominant language
HTML
Stars
94
Forks
58
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from javascript-tutorial/it.javascript.info

All issues in javascript-tutorial/it.javascript.info

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.