Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork214
Translate "Function" and "Exception" part oflibrary/re.po
#996
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
review part 1:rst:1001
Uh oh!
There was an error while loading.Please reload this page.
"``\\g<number>`` 使用對應的群組編號;因此 ``\\g<2>`` 等價於 ``\\2``,但在諸如 " | ||
"``\\g<2>0`` 之類的替換中並非模糊不清 (isn't ambiguous)。``\\20`` 將被直譯為對" | ||
"群組 20 的參照,而不是對後面跟著字面字元 ``'0'`` 的群組 2 的參照。反向參照 " | ||
"``\\g<0>`` 會取代以 RE 所匹配到的整個子字串。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
想問個replace
跟subtitute
,有需要統一分別翻成替換
跟取代
嗎?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
還好欸我覺得及意且通暢就好
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Becca <61359625+beccalzh@users.noreply.github.com>
cc8bdcc
intopython:3.13Uh oh!
There was an error while loading.Please reload this page.
related issue:#631