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 3bd283b commit 0e6d90aCopy full SHA for 0e6d90a
1 file changed
howto/regex.po
@@ -1958,6 +1958,10 @@ msgid ""
1958
" optimized for the purpose, instead of the large, more generalized regular "
1959
"expression engine."
1960
msgstr ""
1961
+"いくつかの場合 :mod:`re` モジュールを利用することは間違いである場合があります。固定文字列や単一の文字クラスにマッチさせる場合や、 "
1962
+":const:`~re.IGNORECASE` フラグのような :mod:`re` "
1963
+"の機能を利用しない場合、正規表現の全ての能力は必要とされていなでしょう。文字列は固定文字列に対する操作を実行するメソッドを持っていて、大きな汎用化された正規表現エンジンではなく、目的のために最適化された単一の小さな"
1964
+" C loop で実装されているため、大抵の場合高速です."
1965
1966
#: ../../howto/regex.rst:1242
1967
msgid ""
0 commit comments