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 05fe0ea commit 2a2d773Copy full SHA for 2a2d773
2 files changed
.stat.json
@@ -1 +1 @@
1
-{"translation": "96.11%", "updated_at": "2024-08-25T12:52:45Z"}
+{"translation": "96.11%", "updated_at": "2024-08-25T13:47:04Z"}
howto/regex.po
@@ -181,9 +181,9 @@ msgid ""
181
"class, it does not have special meaning. For example: ``[5^]`` will match "
182
"either a ``'5'`` or a ``'^'``."
183
msgstr ""
184
-"你可以通过对集合 :dfn:`取反` 来匹配字符类中未列出的字符。方法是把 ``'^'`` 放在字符类的最开头。 例如,``[^5]`` 将匹配除 "
185
-"``'5'`` 之外的任何字符。 如果插入符出现在字符类的其他位置,则它没有特殊含义。 例如:``[5^]`` 将匹配 ``'5'`` 或 "
186
-"``'^'``。"
+"你可以通过对集合 :dfn:`取反` 来匹配字符类中未列出的字符。具体做法是在字符类的开头加入一个脱字符 ``'^'`` 。 例如,``[^5]`` "
+"将匹配除 ``'5'`` 之外的任意字符。 如果脱字符出现在字符类的其他位置,它将不再具有特殊含义。 例如:``[5^]`` 将匹配 ``'5'`` 或"
+" ``'^'``。"
187
188
#: ../../howto/regex.rst:103
189
msgid ""
0 commit comments