javascript-tutorial / javascript-tutorial/it.javascript.info
Modifica tabella "Tipi di lookaround" per i casi di "Lookbehind negativo"
- Dominant language
- HTML
- Stars
- 94
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
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
(?>> X se **non** preceduto da Y
Complimenti per il vostro approfondito tutorial JavaScript.
Cordiali saluti.
Contributor guide
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.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100