るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.126秒)
トップページ > クエリ:i[x] > クエリ:Format[x] > バージョン:2.2.0[x] > クエリ:match[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. kernel $-i

検索結果

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

@todo

@todo

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

@todo

@todo

ExceptionForMatrix::ErrDimensionMismatch (54001.0)

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

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

Scanf::FormatSpecifier#mid_match? (45604.0)

@todo

@todo

Scanf::FormatString#last_match_tried (45604.0)

@todo

@todo

絞り込み条件を変える

Scanf::FormatSpecifier#matched_string (45601.0)

@todo

@todo

Scanf::FormatSpecifier#matched (36301.0)

@todo

@todo

Scanf::FormatString#matched_count (36301.0)

@todo

@todo

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

@todo

@todo

rubygems/commands/install_command (18055.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Op...

絞り込み条件を変える

正規表現 (1687.0)

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

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


正規表現(regular expression)は文字列のパタ...

ruby 1.8.4 feature (451.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

ruby 1.8.4 feature
ruby 1.8.4 での ruby 1.8.3 からの変更点です。

掲載方針

*バグ修正の影響も含めて動作が変わるものを収録する。
*単にバグを直しただけのものは収録しない。
*ライブラリへの単なる定数の追加は収録しない。

以下は各変更点に付けるべきタグです。

記号について(特に重要なものは大文字(主観))

# * カテゴリ
# * [ruby]: ruby インタプリタの変更
# * [api]: 拡張ライブラリ API
# * [lib]: ライブラリ
* レベル
* [bug]: バグ修正
* [new]: 追加され...