REGULAR EXPRESSION PATTERN Meaning in Japanese - translations and usage examples

['regjʊlər ik'spreʃn 'pætn]
['regjʊlər ik'spreʃn 'pætn]
正規表現パターン
正規表現patternを

Examples of using Regular expression pattern in English and their translations into Japanese

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Deletes the leading regular expression pattern.
先頭の正規表現patternを削除します。
Common regular expression patterns for file searches.
ファイル検索用の一般的な正規表現パターン
Delete the trailing regular expression pattern.
末尾の正規表現patternを削除します。
Regular expression pattern not matching anywhere in string.
文字列内のどこにも一致しない正規表現パターン
Only runs tests whose name matches the given regular expression pattern.
指定した正規表現パターンにマッチする名前のテストのみを実行します。
Pattern is the regular expression pattern which is to be matched.
Patternは、一致する正規表現パターンです。
As you can see, a slash(/)is added to the first argument(the regular expression pattern).
上の内容を見れば分かるが最初の引数(正規表現パターン)、スラッシュ記号()が追加されます。
Input a regular expression pattern. How to specify flags:/pattern/flags.
正規表現でパターンを入力.フラグを指定したいときは:/pattern/flags。
The String ToString(string) is searched for an occurrence of the regular expression pattern as follows:.
文字列ToString(string)は、次のように正規表現パターンの発生を検索される:。
The regular expression pattern\b(\w+)\s\1\b is defined as shown in the following table.
正規表現パターン\b(\w+)\s\1\bは、次の表に示すように定義されています。
The return value is a list,and each item in the list is a string that matched the regular expression pattern.
ここでも戻り値はリストであり、リストの各要素は正規表現パターンにマッチした文字列だ。
A regular expression pattern is converted into an internal procedure using the process described below.
正規表現パターンは、下に述べる処理を用いる内部関数に変換される。
Mb_ereg_match() returns TRUE if string matches regular expression pattern, FALSE if not.
Mb_ereg_match()は、マルチバイト文字列stringが正規表現patternに一致する場合にTRUE、そうでない場合にFALSEを返します。
If a regular expression pattern can't be searchable by index, it's searched by sequential scan in Groonga.
もし、正規表現のパターンをインデックスを使って検索できない場合、Groonga内でシーケンシャルスキャンで検索します。
Mb_split() split multibyte string using regular expression pattern and returns the result as an array.
Mb_split()は、マルチバイト文字列stringにおいて、正規表現patternにより文字列を分割し、配列として返します。
RegexStringValidator class enables you to determine whether a particular string conforms to a regular expression pattern.
RegexStringValidatorクラスを使用すると、特定の文字列が正規表現パターンに準拠しているかどうかを確認できます。
In the Search Pattern field, type text or a regular expression pattern that you would like to match, and click Search.
SearchPattern」フィールドに、一致を検索するテキストまたは正規表現パターンを入力し、「Search」をクリックします。
In the replacement text, the script uses $1 and$2 to indicate the results of the corresponding matching parentheses in the regular expression pattern.
置換文字列において、そのスクリプトでは、正規表現パターンで対応するマッチング括弧を示す$1と$2を使っています。
However, when the regular expression pattern includes multiple sets of capturing parentheses, the behavior of this method depends on the version of the. NET Framework.
ただし、正規表現パターンに複数のキャプチャかっこのセットが含まれている場合、このメソッドの動作は.NETFrameworkのバージョンによって異なります。
Unlike DFA engines, when traditional NFA engines perform pattern matching,their processing order is driven by the regular expression pattern.
DFAエンジンとは異なり、従来型NFAエンジンがパターン一致を実行する場合、その処理順序は正規表現パターンによって決定されます。
However, when the regular expression pattern includes multiple sets of capturing parentheses, the behavior of this method depends on the version of the. NET Framework.
ただし、正規表現パターンには、複数のかっこのキャプチャのセットが含まれている場合、このメソッドの動作は、.NETFrameworkのバージョンに依存します。
In the replacement text, the script uses $1 and$2 to indicate the results of the corresponding matching parentheses in the regular expression pattern.
置換テキスト中で、そのスクリプトは、$1と$2を使用して、それぞれ対応する正規表現パターンでマッチする括弧がキャプチャした結果を指定しています。
A regular expression pattern is composed of simple characters, such as/abc/, or a combination of simple and special characters, such as/ab*c/ or/Chapter(\d+)\.\d*/.
正規表現パターンは、/abc/のような単純な文字、または/ab*c/や/Chapter (\d+)\.\d*/のような単純な文字と特殊文字との組み合わせからなります。
If name doesn't specify avalid named capturing group defined in the regular expression pattern but consists of digits,${name} is interpreted as a numbered group.
Nameが正規表現パターンで定義されている有効な名前付きキャプチャグループを指定していないものの、数字で構成されている場合、${name}は番号付きグループとして解釈されます。
Note that Groonga may search with regular expression pattern by sequential scan even when EXPLAIN reports PostgreSQL uses PGroonga index.
EXPLAINでPostgreSQLがPGroongaのインデックスを使っているとレポートするときでも、Groongaは正規表現のパターンを使った検索をシーケンシャルスキャンで実現するかもしれないことに注意してください。
If number does notspecify a valid capturing group defined in the regular expression pattern,$number is interpreted as a literal character sequence that is used to replace each match.
Numberが、正規表現パターンで定義される有効なキャプチャグループを指定していない場合は、$numberが、一致した各文字列の置換に使用されるリテラル文字列シーケンスとして解釈されます。
Use the constructor function when you know the regular expression pattern will be changing, or you don't know the pattern and are getting it from another source, such as user input.
正規表現パターンが変わることがわかっている場合や、パターンが不明でありユーザー入力など別のソースからパターンを取得する場合は、コンストラクタ関数を使用してください。
If name does not correspond to thename of a capturing group that is used in the regular expression pattern, the alternation construct is interpreted as an expression test, as explained in the previous section.
Nameが正規表現パターンで使用されているキャプチャグループの名前に一致しない場合、その代替構成体は式のテスト(前のセクションで説明したもの)として解釈されます。
Use the constructor function when you know the regular expression pattern will be changing, or you don't know the pattern and are getting it from another source, such as user input.
正規表現パターンが変わることがわかっている場合や、パターンがわからない場合、ユーザが入力するなど、別のソースからパターンを取得する場合はコンストラクタ関数を使用してください。
Use the constructor function when you know the regular expression pattern will be changing, or you don't know the pattern and are getting it from another source, such as user input.
正規表現パターンが変わることがわかっている場合や、パターンがわからない場合、ユーザーが入力するなど別のソースからパターンを取得する場合は、コンストラクタ関数を使用してください。
Results: 216, Time: 0.0357

Word-for-word translation

Top dictionary queries

English - Japanese