"pattern"の翻訳 英語に:
辞書 日本-英語
例 (レビューされていない外部ソース)
| pattern | pattern |
| 使い方 grep pattern | Usage grep pattern |
| 例 1 Checking a color name against a shell wildcard pattern. | Checking a color name against a shell wildcard pattern. |
| patternsではなくpatternにするべきでした | That should say for i in range, and I managed to change my variable name here. |
| pattern で指定した正規表現により subject を検索します | flags can be the following flag |
| この関数は pattern で指定した正規表現 により string を検索します | Searches a string for matches to the regular expression given in pattern. |
| この関数は string をスキャンして pattern にマッチするものを探し マッチしたテキストを replacement で置換します | If no matches are found in string, then string will be returned unchanged. |
| subject において pattern で指定した正規表現にマッチする かどうかを検索し order で指定した 順番で matches に結果を代入します | After the first match is found, the subsequent searches are continued on from end of the last match. |