Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Lookahead and lookbehind#439

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dolgachio merged 11 commits intojavascript-tutorial:masterfromMrsMelnychenko:master
Mar 12, 2023

Conversation

MrsMelnychenko
Copy link
Contributor

No description provided.

Copy link
Collaborator

@dolgachiodolgachio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Дякую, за ваш внесок! Вибачаюсь, що так довго перевіряв.
Я сам внесу всі необхідні зміни і прийму ваш пулл реквест


But generally lookaround is more convenient.
Але загалом перегляд уперед і назад більш підходящі.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Але загаломперегляд уперед і назад більш підходящі.
Але загаломперевірка уперед і назад більш підходящі.

| `X(?!Y)` | Negative lookahead | `pattern:X` if not followed by `pattern:Y` |
| `(?<=Y)X` | Positive lookbehind | `pattern:X` if after `pattern:Y` |
| `(?<!Y)X` | Negative lookbehind | `pattern:X` if not after `pattern:Y` |
| `X(?=Y)` | Позитивний перегляд уперед | `pattern:X` якщо за ним йде `pattern:Y` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
|`X(?=Y)`|Позитивний перегляд уперед|`pattern:X` якщо за ним йде`pattern:Y`|
|`X(?=Y)`|Позитивна перевірка уперед|`pattern:X` якщо за ним йде`pattern:Y`|

| `(?<=Y)X` | Positive lookbehind | `pattern:X` if after `pattern:Y` |
| `(?<!Y)X` | Negative lookbehind | `pattern:X` if not after `pattern:Y` |
| `X(?=Y)` | Позитивний перегляд уперед | `pattern:X` якщо за ним йде `pattern:Y` |
| `X(?!Y)` | Негативний перегляд уперед | `pattern:X` якщо за ним не йде `pattern:Y` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
|`X(?!Y)`|Негативний перегляд уперед|`pattern:X` якщо за ним не йде`pattern:Y`|
|`X(?!Y)`|Негативна перевірка уперед|`pattern:X` якщо за ним не йде`pattern:Y`|

| `(?<!Y)X` | Negative lookbehind | `pattern:X` if not after `pattern:Y` |
| `X(?=Y)` | Позитивний перегляд уперед | `pattern:X` якщо за ним йде `pattern:Y` |
| `X(?!Y)` | Негативний перегляд уперед | `pattern:X` якщо за ним не йде `pattern:Y` |
| `(?<=Y)X` | Позитивний перегляд назад | `pattern:X` якщо він йде після `pattern:Y` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
|`(?<=Y)X`|Позитивний перегляд назад|`pattern:X` якщо він йде після`pattern:Y`|
|`(?<=Y)X`|Позитивна перевірка назад|`pattern:X` якщо він йде після`pattern:Y`|

| `X(?=Y)` |Позитивний перегляд уперед| `pattern:X`якщо за ним йде `pattern:Y` |
| `X(?!Y)` |Негативний перегляд уперед| `pattern:X`якщо за ним не йде `pattern:Y` |
| `(?<=Y)X` |Позитивний перегляд назад| `pattern:X`якщо він йде після `pattern:Y` |
| `(?<!Y)X` |Негативний перегляд назад| `pattern:X`якщо тільки він не йде після `pattern:Y` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
|`(?<!Y)X`|Негативний перегляд назад|`pattern:X` якщо тільки він не йде після`pattern:Y`|
|`(?<!Y)X`|Негативна перевірка назад|`pattern:X` якщо тільки він не йде після`pattern:Y`|

@javascript-translate-bot
Copy link
Contributor

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@dolgachio
Copy link
Collaborator

@all-contributors add@MrsMelnychenko for translation

@allcontributors
Copy link
Contributor

@stas-dolgachov

@MrsMelnychenko already contributed before to translation

@dolgachiodolgachio merged commit27c494f intojavascript-tutorial:masterMar 12, 2023
@javascript-translate-bot
Copy link
Contributor

Thank you 💖 I updated the Progress Issue#1 🎉 🎉 🎉

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dolgachiodolgachiodolgachio approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@MrsMelnychenko@javascript-translate-bot@dolgachio

[8]ページ先頭

©2009-2025 Movatter.jp