Download for Windows Premium
Publiciteit
regular expression object

Vertaling van "regular expression object" in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
正規表現オブジェクト
Compiles a regular expression object during execution of a script.
スクリプトの実行中に正規表現オブジェクトをコンパイルします。
Compiles a regular expression object.
正規表現オブジェクトをコンパイルします。
A regular expression object contains the pattern of a regular expression. It has properties and methods for using that regular expression to find and replace matches in strings.
正規表現オブジェクトは、正規表現のパターンを保持しており、その正規表現を使用して文字列内の一致部分を検索および置換するためのプロパティとメソッドを備えています。
The constructor of the regular expression object, for example, new RegExp("ab+c"), provides runtime compilation of the regular expression. 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. Once you have a defined regular expression, and if the regular expression is used throughout the script and may change, you can use the compile method to compile a new regular expression for efficient reuse.
正規表現オブジェクトのコンストラクタ、たとえばnew RegExp("ab+c")を使用すると、正規表現が実行時にコンパイルされます。正規表現パターンが変化すると分かっているとき、またはパターンが分からないため、ユーザー入力など、別のソースから取得するときは、コンストラクタを使用してください。定義した正規表現をスクリプト全体で使用する場合で、なおかつその正規表現が変化する可能性があるときは、compileメソッドを使用して正規表現をコンパイルしておくと、後で効率的に再利用できます。
The constructor of the regular expression object, for example, new RegExp('ab+c'), provides runtime compilation of the regular expression.
new RegExp(`ab+c`) といった正規表現オブジェクトのコンストラクタは、実行時に正規表現をコンパイルします。
In addition to the properties of an individual regular expression object that you create using the RegExp constructor function, the predefined RegExp object has static properties that are set whenever any regular expression is used. Regular expression is a core object.
事前定義のRegExpオブジェクトには、RegExpコンストラクタを使用して作成する個々の正規表現オブジェクトのプロパティに加えて、任意の正規表現を使用したときに設定されるstaticプロパティも用意されています。正規表現オブジェクトはコア・オブジェクトです。
6.13.2 Using regular expressions Regexp object and rxmatch object Builtin Class: <regexp< Regular expression object.
6.13.2 正規表現を使う Regexpオブジェクトとrxmatchオブジェクト Builtin Class: <regexp< 正規表現オブジェクトのクラスです。
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor regular expression object in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
needle: thin, pointed metal tool used for sewing
Ontdek het woord
Publiciteit

Resultaten: 7. Exact: 7. Verstreken tijd: 19 ms.