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 5082d06 commit 476e2a2Copy full SHA for 476e2a2
.stat.json
@@ -1 +1 @@
1
-{"translation": "92.51%", "updated_at": "2024-04-17T02:26:04Z"}
+{"translation": "92.51%", "updated_at": "2024-04-18T02:25:58Z"}
whatsnew/3.4.po
@@ -2097,6 +2097,9 @@ msgid ""
2097
"alternatives to an existing regular expression. (Contributed by Matthew "
2098
"Barnett in :issue:`16203`.)"
2099
msgstr ""
2100
+"新增的 :func:`~re.fullmatch` 函数和 :meth:`.regex.fullmatch` 方法可将模式锚定到要匹配的字符串的两端。 "
2101
+"这提供了一种明确匹配目标的方式,从而避免了一类微妙的错误错误,即在代码更改或为现有正则表达式添加替代项时丢失 ``$`` 字符。 (由 Matthew "
2102
+"Barnett 在 :issue:`16203` 中贡献。)"
2103
2104
#: ../../whatsnew/3.4.rst:1310
2105
msgid ""
0 commit comments