File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 96.11%" , "updated_at" : " 2024-08-28T06 :47:54Z " }
1+ {"translation" : " 96.11%" , "updated_at" : " 2024-08-28T10 :47:15Z " }
Original file line number Diff line number Diff line change @@ -168,9 +168,8 @@ msgid ""
168168"``'$'``; ``'$'`` is usually a metacharacter, but inside a character class "
169169"it's stripped of its special nature."
170170msgstr ""
171- "在字符类定义中,除反斜杠 ``\\ ``外的元字符都会失去其特殊功能。 例如,``[akm$]`` 将会匹配 "
172- "``'a'``、``'k'``、``'m'`` 、``'$'``之中的任意一个字符。通常情况下,``'$'`` "
173- "是一个元字符,但在字符类内部,它的特殊性质被消除了。"
171+ "在字符类定义中,除反斜杠 ``\\ `` 外的元字符都会失去其特殊功能。 例如,``[akm$]`` 将会匹配 ``'a'`` 、 ``'k'`` 、 "
172+ "``'m'`` 、 ``'$'`` 之中的任意一个字符。通常情况下, ``'$'`` 是一个元字符,但在字符类内部,它的特殊性质被消除了。"
174173
175174#: ../../howto/regex.rst:97
176175msgid ""
@@ -666,9 +665,9 @@ msgid ""
666665"newline. Regular expressions will often be written in Python code using this"
667666" raw string notation."
668667msgstr ""
669- "要解决这个问题,可以使用 Python 的原始字符串表示法来书写正则表达式。在以 ``'r'`` "
670- "为前缀的字符串字面量中,反斜杠不需要作特殊处理,因此 ``r\"\\ n\" `` 是一个包含两个字符的字符串, 分别为``'\\ '`` 和 ``'n'`` "
671- "。而 `` \"\\ n \" `` 则是一个只包含单个换行符的字符串。 在 Python 代码中,正则表达式通常会使用这种原始字符串表示法来书写。"
668+ "要解决这个问题,可以使用 Python 的原始字符串表示法来书写正则表达式。在以 ``'r'`` 为前缀的字符串字面量中,反斜杠不需要作特殊处理,因此 "
669+ "``r\"\\ n\" `` 是一个包含两个字符的字符串, 分别为 ``'\\ '`` 和 ``'n'`` 。而 `` \"\\ n \" `` "
670+ "则是一个只包含单个换行符的字符串。 在 Python 代码中,正则表达式通常会使用这种原始字符串表示法来书写。"
672671
673672#: ../../howto/regex.rst:336
674673msgid ""
You can’t perform that action at this time.
0 commit comments