File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 96.11%" , "updated_at" : " 2024-08-25T12:52:45Z " }
1
+ {"translation" : " 96.11%" , "updated_at" : " 2024-08-25T13:47:04Z " }
Original file line number Diff line number Diff line change @@ -181,9 +181,9 @@ msgid ""
181
181
"class, it does not have special meaning. For example: ``[5^]`` will match "
182
182
"either a ``'5'`` or a ``'^'``."
183
183
msgstr ""
184
- "你可以通过对集合 :dfn:`取反` 来匹配字符类中未列出的字符。方法是把 ``'^'`` 放在字符类的最开头 。 例如,``[^5]`` 将匹配除 "
185
- "``'5'`` 之外的任何字符。 如果插入符出现在字符类的其他位置,则它没有特殊含义 。 例如:``[5^]`` 将匹配 ``'5'`` 或 "
186
- "``'^'``。"
184
+ "你可以通过对集合 :dfn:`取反` 来匹配字符类中未列出的字符。具体做法是在字符类的开头加入一个脱字符 ``'^'`` 。 例如,``[^5]`` "
185
+ "将匹配除 ``'5'`` 之外的任意字符。 如果脱字符出现在字符类的其他位置,它将不再具有特殊含义 。 例如:``[5^]`` 将匹配 ``'5'`` 或"
186
+ " ``'^'``。"
187
187
188
188
#: ../../howto/regex.rst:103
189
189
msgid ""
You can’t perform that action at this time.
0 commit comments