Thanks to visit codestin.com Credit goes to github.com
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 a7fc684 commit b6dd813Copy full SHA for b6dd813
.stat.json
@@ -1 +1 @@
1
-{"translation": "96.11%", "updated_at": "2024-08-29T16:48:17Z"}
+{"translation": "96.11%", "updated_at": "2024-08-29T17:47:21Z"}
howto/regex.po
@@ -949,8 +949,8 @@ msgid ""
949
"pre-compiling it will save a few function calls. Outside of loops, there's "
950
"not much difference thanks to the internal cache."
951
msgstr ""
952
-"你是否应该使用这些模块级函数,还是应该自己获取模式并调用其方法? 如果你正在循环中访问正则表达式,预编译它将节省一些函数调用。 "
953
-"在循环之外,由于有内部缓存,没有太大区别。"
+"我们应该使用这些模块级函数,还是创建 pattern 对象并调用其方法呢? "
+"这要看具体情况。如果你是在循环中多次使用同一个正则表达式,那么预编译正则可以减少一些函数调用。 而在循环之外,由于内部缓存的存在,两种方式差别不大。"
954
955
#: ../../howto/regex.rst:522
956
msgid "Compilation Flags"
0 commit comments