We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a0a09 commit 05fe0eaCopy full SHA for 05fe0ea
2 files changed
.stat.json
@@ -1 +1 @@
1
-{"translation": "96.11%", "updated_at": "2024-08-25T11:47:04Z"}
+{"translation": "96.11%", "updated_at": "2024-08-25T12:52:45Z"}
howto/regex.po
@@ -168,8 +168,9 @@ msgid ""
168
"``'$'``; ``'$'`` is usually a metacharacter, but inside a character class "
169
"it's stripped of its special nature."
170
msgstr ""
171
-"元字符 (除了 ``\\``) 在字符类中是不起作用的。 例如,``[akm$]`` 将会匹配以下任一字符 ``'a'``, ``'k'``, "
172
-"``'m'`` 或 ``'$'``;``'$'`` 通常是一个元字符,但在一个字符类中它的特殊性被消除了。"
+"在字符类定义中,除反斜杠 ``\\``外的元字符都会失去其特殊功能。 例如,``[akm$]`` 将会匹配 "
+"``'a'``、``'k'``、``'m'`` 、``'$'``之中的任意一个字符。通常情况下,``'$'`` "
173
+"是一个元字符,但在字符类内部,它的特殊性质被消除了。"
174
175
#: ../../howto/regex.rst:97
176
msgid ""
0 commit comments