1016万例文収録!

「REGULAR EXPRESSIONS」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > REGULAR EXPRESSIONSに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

REGULAR EXPRESSIONSの部分一致の例文一覧と使い方

該当件数 : 56



例文

Mastering Regular Expressions 例文帳に追加

Mastering Regular Expressions 詳説 正規表現 - Python

"Regular Expressions" 例文帳に追加

"正規表現" - JM

Regular Expressions 例文帳に追加

正規表現 - JM

Regular expressions are the same as those in 例文帳に追加

正規表現は - JM

例文

Regular expressions are the extended kind found in 例文帳に追加

awk の正規表現は - JM


例文

regular expressions; however, they are not regular expressions, only 例文帳に追加

しかし正規表現そのものではなく、 - JM

regular expressions are matched. 例文帳に追加

の正規表現がサポートされます。 - JM

Regular expressions are constructed analogously to arithmetic 例文帳に追加

数式表現と同様に、 - JM

In basic regular expressions the metacharacters 例文帳に追加

基本正規表現では、メタ文字 - JM

例文

Regular expressions on attributes 例文帳に追加

属性を表す正規表現 - PEAR

例文

REGULAR EXPRESSIONS Regular expressions are patterns used in selecting text. 例文帳に追加

lh 正規表現正規表現はテキストを選択する際に用いるパターンです。 - JM

Regular expressions ("RE"s), as defined in POSIX.2, come in two forms: modern REs (roughly those of egrep ; 例文帳に追加

正規表現 (Regular expression: RE) は POSIX.2 で定義されており、二つの形式がある。 - JM

The Concatenation Operator concatenates two regular expressions a and b. 例文帳に追加

連結演算子は二つの正規表現aとbを連結する. - コンピューター用語辞典

Next we add the regular expressions for identifying banners. 例文帳に追加

次にバナーを検知する正規表現を追加しましょう。 - Gentoo Linux

are also valid in regular expressions. 例文帳に追加

正規表現中でも使用することができます。 - JM

interprets characters in regular expressions. 例文帳に追加

がどのように解釈するのかを制御できます。 - JM

The following description applies to extended regular expressions; 例文帳に追加

ここでは、拡張正規表現について説明します。 - JM

differences for basic regular expressions are summarized afterwards. 例文帳に追加

基本正規表現との違いは、その後に説明します。 - JM

Two regular expressions may be concatenated; the resulting 例文帳に追加

2 つの正規表現は結合可能です。 - JM

Two regular expressions may be joined by the infix operator 例文帳に追加

2 つの正規表現は中置き型演算子 - JM

Obsolete ("basic") regular expressions differ in several respects. 例文帳に追加

古い ("基本") 正規表現は、いくつかの点において異なる。 - JM

Book on regular expressions by Jeffrey Friedl, published by O'Reilly.例文帳に追加

Jeffrey Friedl 著、O'Reilly 刊の正規表現に関する本です。 - Python

In addition to the default expressions, here are some additional regular expressions you can use: 例文帳に追加

デフォルトの表現に加えて、使用可能なその他の正規表現には次のものがあります。 - NetBeans

Note that these are not regular expressions. 例文帳に追加

但し、これは正規表現ではないということには注意して下さい。 - Gentoo Linux

These generally test whether certain fields match certain regular expressions. 例文帳に追加

これらは概して、特定のフィールドが正規表現にマッチするかどうかを - JM

The fundamental building blocks are the regular expressions that match a single character. 例文帳に追加

正規表現の基本単位は、1 文字にマッチする正規表現です。 - JM

Most characters, including all letters and digits, are regular expressions that match themselves. 例文帳に追加

レターと数字を含む多くの文字は、それ自身にマッチする正規表現です。 - JM

These standards can include things such as charsets, SQL statements, ISO standards and regular expressions.例文帳に追加

この規格には文字セットやSQL構文、ISO規格、正規表現構文などが含まれることがあります。 - Gentoo Linux

Regular expressions are also used by the `s' command for selecting old text to be replaced with new. 例文帳に追加

正規表現はm sコマンドで古いテキストを新しいテキストで置き換える際にも用いられます。 - JM

In addition to a specifying string literals, regular expressions can represent classes of strings. 例文帳に追加

p文字リテラルを指定するのに加え、正規表現は文字列のクラスを表現することができます。 - JM

In other implementations, basic regular expressions are less powerful. 例文帳に追加

他の実装では、基本正規表現は拡張正規表現より能力が低くなっています。 - JM

Regular expressions POSIX.2 BREs should be supported, but they aren't completely yet. 例文帳に追加

正規表現POSIX.2 BREをサポートすべきであるが、まだ完全にはサポートできていない。 - JM

Note that wildcard patterns are not regular expressions, although they are a bit similar. 例文帳に追加

ワイルドカードパターンは正規表現と多少似ているが、しかしこの両者は異なる。 - JM

Look at the data that you inserted into data.txt and guess which items match each of the two regular expressions.例文帳に追加

data.txt に挿入したデータを確認し、2 つの正規表現に対応する品目を推測します。 - NetBeans

You can create additional filters using regular expressions to control the Output files. 例文帳に追加

正規表現を使用して、追加のフィルタを作成し、出力ファイルを制御できます。 - NetBeans

Python offers two different primitive operations based on regular expressions: match and search.例文帳に追加

Python は、正規表現に基づく、2つの異なるプリミティブな操作を提供しています:マッチと検索です。 - Python

This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the例文帳に追加

このモジュールは Unix のシェル形式のワイルドカードへの対応を提供しますが、( - Python

Opinions are extracted according to rules defining regular expressions for parts-of-speech tags.例文帳に追加

オピニオンが、品詞タグについて正規表現を定義する規則に基づいて抽出される。 - 特許庁

To efficiently and accurately recognize a character of information expressed by the regular expressions in which the number of characters varies.例文帳に追加

文字数が変動する正規表現で表された情報を効率良くかつ正確に文字認識すること。 - 特許庁

For more information about regular expressions, seethe "Regular Expressions For Finding and Replacing Text" topic in the IDE online help. 例文帳に追加

テキストフィールドの入力内容が正規表現として扱われ、大文字と小文字も区別されます。 正規表現の詳細は、IDE のオンラインヘルプの「正規表現によるテキストの検索と置換」項目を参照してください。 - NetBeans

For details of the theory and implementation of regular expressions, consult the Friedl bookreferenced above, or almost any textbook about compiler construction.A brief explanation of the format of regular expressions follows.例文帳に追加

正規表現に関する理論と実装の詳細については上記の Friedl 本か、コンパイラの構築に関する教科書を調べて下さい。 以下で正規表現の形式に関する簡単な説明をしておきます。 - Python

To make POSIX regular expressions including a partial regular expression and a longest match or a regular expression including a plurality of character collating elements processible by a determinative finite state automaton.例文帳に追加

部分正規表現や最長一致を含むPOSIX正規表現、また複数文字照合要素を含む正規表現を、決定性有限状態オートマトンにて処理できるようにする。 - 特許庁

FSAs are used in computability theory and in some practical applications such as regular expressions and digital logic design. 例文帳に追加

有限状態オートマトン(FSA)は,計算可能性理論,および正則表現やディジタル論理設計などいくつかの実際的な適用に使われる. - コンピューター用語辞典

You can control the list of files that CTM would operate on by specifying filtering regular expressions using the -e and -x options. 例文帳に追加

-e と -xオプションを用い正規表現を指定することで、 CTMが処理するファイルのリストを制御することが できます。 - FreeBSD

Therefore, POSIX extended the bracket notation greatly, both for wildcard patterns and for regular expressions. 例文帳に追加

)したがって POSIX では、ワイルドカードパターンと正規表現の双方において、ブラケット表記を大幅に拡張している。 - JM

If this option is in effect (as it always is under POSIX.1-2001) then POSIX regular expressions are supported and the following functions are present: +4 例文帳に追加

このオプションが有効な場合 (POSIX.1-2001 では常に有効)、POSIX 正規表現がサポートされ、以下の関数が存在する。 +4 - JM

In the right pane, enter regular expressions in the text box to specify the files to exclude when packaging the JAR or WAR files. 例文帳に追加

右区画のテキストボックスに正規表現を入力し、JAR または WAR ファイルのパッケージ時に除外するファイルを指定します。 - NetBeans

It allows for validation against regular expressions or custom functions and methods.例文帳に追加

正規表現を使用した検証も可能ですし、検証用に作成した独自の関数やメソッドを使用することもできます。 - PEAR

Also, two relational expressions using for obtaining each regular wheel request damping force regarding a normal damper from expressions H, R, P are decided based on the comparison of magnitude between heave request damping force difference |ΔH|, roll request damping force difference |ΔR| and pitch request damping force difference |ΔP|.例文帳に追加

また、ヒーブ要求減衰力差|ΔH|,ロール要求減衰力差|ΔR|およびピッチ要求減衰力差|ΔP|の大小比較に基づいて、H式,R式,P式の中から正常ダンパについての正規の各輪要求減衰力を求めるために用いる2個の関係式が決定される。 - 特許庁

例文

It can filter traffic based on time,regular expressions on path/URI, source and destination IP addresses, domain,browser, authenticated user name, MIME type, and port number (protocol). 例文帳に追加

Squidは、時間やPathやURIの正規表現、送信元や送信先のIPアドレス、ドメイン、ブラウザ、ユーザ認証、MIMEタイプ、ポート番号(プロトコル)により通信をフィルタすることができます。 - Gentoo Linux

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS