るりまサーチ

最速Rubyリファレンスマニュアル検索!
120件ヒット [1-100件を表示] (0.015秒)
トップページ > クエリ:form[x] > クエリ:match[x]

別のキーワード

  1. cgi form
  2. cgi/html form
  3. cgi multipart_form
  4. htmlextension form
  5. cgi/html multipart_form

検索結果

<< 1 2 > >>

Gem::Platform.match(platform) -> bool (21201.0)

@todo ???

@todo ???

Scanf::FormatSpecifier#match(str) (21101.0)

@todo

@todo

Scanf::FormatString#match(str) (21101.0)

@todo

@todo

Scanf::FormatSpecifier#mid_match? (9101.0)

@todo

@todo

Scanf::FormatString#last_match_tried (9101.0)

@todo

@todo

絞り込み条件を変える

Scanf::FormatSpecifier#matched (9100.0)

@todo

@todo

Scanf::FormatSpecifier#matched_string (9100.0)

@todo

@todo

Scanf::FormatString#matched_count (9100.0)

@todo

@todo

ExceptionForMatrix::ErrDimensionMismatch (9000.0)

行列/ベクトル計算時に次元が合わない場合に発生する例外です。

行列/ベクトル計算時に次元が合わない場合に発生する例外です。

Gem::SpecFetcher#find_matching(dependency, all = false, matching_platform = true) -> Array (6300.0)

依存関係を満たす gemspec の名前の配列を返します。

...返します。

@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。

@see Gem::Dependency...

絞り込み条件を変える

Scanf::FormatString#prune(n=matched_count) (3100.0)

@todo

@todo

正規表現 (444.0)

正規表現 * metachar * expansion * char * anychar * string * str * quantifier * capture * grouping * subexp * selector * anchor * cond * option * encoding * comment * free_format_mode * absenceop * list * specialvar * references

...* string
* str
* quantifier
* capture
* grouping
* subexp
* selector
* anchor
* cond
* option
* encoding
* comment
* free_format_mode
* absenceop
* list
* specialvar
* references


正規表現(regular expression)は文字列のパターンを記述するための...
...lace}/.match("Go to 東京都") # => #<MatchData "東京都">
//}

埋め込んだ文字列にメタ文字が含まれているならば、それは
メタ文字として認識されます。

//emlist[][ruby]{
number = "(\\d+)"
operator = "(\\+|-|\\*|/)"
/#{number}#{operator}#{number}/.match("43+29...
...1")
# => #<MatchData "43+291" 1:"43" 2:"+" 3:"291">
//}

埋め込む文字列をリテラルとして認識させたい場合は Regexp.quote を
使います。

===[a:char] 文字
正規表現内では、「\」の後に文字列を置くことで、
ある特定の文字を表現することが...

Gem::SpecFetcher#fetch(dependency, all = false, matching_platform = true) -> Array (200.0)

依存関係を満たす gemspec の配列を返します。

...返します。

@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォームの情報を返します。

@see Gem::Dependency...
<< 1 2 > >>