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-25T03 :47:08Z " }
1+ {"translation" : " 96.11%" , "updated_at" : " 2024-08-25T11 :47:04Z " }
Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ msgid ""
156156" set of characters. If you wanted to match only lowercase letters, your RE "
157157"would be ``[a-z]``."
158158msgstr ""
159- "首先介绍的元字符是 ``[`` 和 ``]`` "
160- "。这两个元字符用于指定一个字符类,也就是你希望匹配的字符的一个集合。这些字符可以单独地列出,也可以用字符范围来表示(给出两个字符并用 ``'-'`` "
161- "分隔) 。例如,``[abc]`` 将匹配 ``a``、``b``、``c`` 之中的任意一个字符;这与 ``[a-c]`` "
162- "相同,后者使用一个范围来表达相同的字符集合。如果只想匹配小写字母,则正则表达式将是 ``[a-z]`` 。"
159+ "我们首先要介绍的元字符是 ``[`` 和 ``]`` "
160+ "。这两个元字符用于定义字符类,也就是一组你想匹配的字符。在方括号中,这些字符可以逐个地列出,也可以通过提供两个字符并用 ``'-'`` "
161+ "分隔来表示一个字符范围 。例如,``[abc]`` 将匹配 ``a``、``b``、``c`` 之中的任意一个字符;这与 ``[a-c]`` "
162+ "是一样的,后者使用一个范围来表示同一组字符。如果你只想匹配小写字母,则正则表达式应该是 ``[a-z]`` 。"
163163
164164#: ../../howto/regex.rst:92
165165msgid ""
You can’t perform that action at this time.
0 commit comments