Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Помилка в прикладах https://uk.javascript.info/regexp-methods#regexp-exec-str #539

Open
MaksimPyatak opened this issue Aug 7, 2023 · 2 comments

Comments

@MaksimPyatak
Copy link

У вас є помилка в прикладах: в регулярних виразах написано \w а збіги потрібно знайти в рядках де тільки кирилиця.
Я б вніс зміни, але ще погано освоїв github ))
Помилка на цій сторінці [https://uk.javascript.info/regexp-methods#regexp-exec-str]

@SuperMaxusa
Copy link
Contributor

Якщо я правильно розумію, то \w обмежується тільки діапазоном символів [A-Za-z0-9_]: https://en.wikipedia.org/wiki/Regular_expression#Character_classes
Скоріше за все, краще залишити "Hello, world!", як це зроблено в оригінальному перекладі

test

Я б вніс зміни, але ще погано освоїв github ))

Можливо, це допоможе розібратись: https://github.com/firstcontributions/first-contributions/blob/main/translations/README.ua.md :)

@dolgachio
Copy link
Collaborator

@MaksimPyatak дякую, що помітили, на жаль, в деяких статтях я пропустив це, і воно вже в master.

Найближчим часом я все вичитаю і виправлю.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants