正規表現エンジンは Meaning in English - translations and usage examples

regular expression engine
正規表現エンジンは
regex engine
正規表現エンジンは
the regexp engine

Examples of using 正規表現エンジンは in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
この正規表現エンジンはOnigmoといいます。
正規表現エンジンはあまりに多くの。
The regular expression engine understands that it took too many.
正規表現エンジンは最初の引用符を見つけその中身を覚えます。
The regular expression engine finds the first quote and memorizes its content.
使用する正規表現エンジンはコンパイル時に選択可能である(バイナリパッケージでインストールした場合はonigurumaが使用される)。
The regular expression engine can be selected at compile time(oniguruma is used when using binary packages).
マッチを見つけるために、正規表現エンジンは次のアルゴリズムを使います:。
Greedy searchTo find a match, the regular expression engine uses the following algorithm:.
X(?=Y)を探すとき、正規表現エンジンはXを見つけ、次にその直後にYがあるかをチェックします。
When we look for X(?=Y), the regular expression engine finds X and then checks if there's Y immediately after it.
次に、正規表現エンジンはドットの繰り返し回数を増やし、もう一度試みます。:。
Then the regular expression engine increases the number of repetitions for the dot and tries one more time:.
正規表現エンジンは可能な限り文字を1つずつ取り込み、マッチを作成します。
The regular expression engine builds the match by taking characters one by one while it is possible.
現代の正規表現エンジンはより高速に動作するために内部のアルゴリズムを最適化します。
Modern regular expression engines can optimize internal algorithms to work faster.
で有効になります。正規表現エンジンは、量指定子の各繰り返しの前に残りのパターンのマッチを試みます。
The regexp engine tries to match the rest of the pattern before each repetition of the quantifier.
正規表現エンジンは、ソース文字列a"witch"andher"broom" isoneのゼロ位置でそのパターンを見つけようとしますが、そこはaなので、すぐには一致しません。
The regular expression engine tries to find it at the zero position of the source string a"witch" and her"broom" is one, but there's a there, so there's immediately no match.
基となる正規表現エンジンは新たに開発されたものだが、これはPresto2.2Opera10)で既にデビューしている。
The base regular expression engine is a newly developed one, but it's already made its debut in Presto 2.2(the browser engine used in Opera 10 Alpha).
たとえば,次の正規表現の場合:^(a+)+$,"aaaaaaaaaaaaaaaaX"を入力すると正規表現エンジンは65536通りの異なるパスを解析します。
For example, for the regex:^(a+)+$, the input"aaaaaaaaaaaaaaaaX" will cause the regex engine to analyze 65536 different paths.
言い換えると、いったん(*COMMIT)に入った後に、そのパターンがマッチングしなかったのなら、正規表現エンジンは文字列の残りに対してそれ以上のマッチングを試みません。
In other words, once the"(*COMMIT)" has been entered,and if the pattern does not match, the regex engine will not try any further matching on the rest of the string.
は同様の方法で動作します-残りのパターンが指定された位置で一致しない場合のみ、正規表現エンジンは繰り返し回数を増やします。
Work the similar way- the regexp engine increases the number of repetitions only if the rest of the pattern can't match on the given position.
正規表現-Perlの正規表現エンジンはNFA(Non-deterministicFiniteAutomaton:非決定性有限オートマトン)と呼ばれ、これは他のものに比べて、もし正規表現が複数の方法でマッチングする場合、かなり簡単に大量の時間と空間を消費することを意味します。
Regular expressions- Perl's regular expression engine is so called NFA(Non-Finite Automaton), which among other things means that it can rather easily consume large amounts of both time and space if the regular expression may match in several ways.
Perlの正規表現エンジンは今のところ再入可能ではないので、遅延されたコードからはm//またはs/// を使って直接的にでもsplitのような関数を使って間接的にでも呼び出さないでください。
Because perl's regex engine is not currently re-entrant, delayed code may not invoke the regex engine either directly with"m//" or"s or indirectly with functions such as"split".
正規表現エンジンの種類。
Regular Expression Engine Types.
正規表現エンジンとフラグ。
Regular expression engines and flags.
既定の正規表現エンジンを使用します。
Uses the default regular expression engine.
正規表現エンジンを少し改良しました。
Regular expression engine is slightly improved.
正規表現エンジンの種類を設定または取得します。
Sets or retrieves the type of the regular expression engine.
Python2.4の正規表現エンジンではこのパターンと問題を起こすことなくマッチ出来ます。
Python 2.4's regular expression engine can match this pattern without problems.
正規表現を使ったテキスト処理では、正規表現エンジンに対し、最低でも次の2つの情報を与える必要があります。
At a minimum, processing text using regular expressions requires that the regular expression engine be provided with the following two items of information:.
再帰する正規表現エンジンでは、ある種のパターンでは大量のCスタック空間を消費し、スタックのオーバーフローを起こすことがありました。
In a recursive regular expression engine, certain patterns result in a large amount of C stack space being consumed, and it was possible to overflow the stack.
Results: 25, Time: 0.023

How to use "正規表現エンジンは" in a sentence

perl の 正規表現エンジンは NFA なので、単純に or でつなげると、キーワードの個数に比例する計算量になり、スケーラビリティ上の問題があります。

Word-for-word translation

Top dictionary queries

Japanese - English