るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.009秒)
トップページ > クエリ:MatchData[x] > 種類:インスタンスメソッド[x] > クラス:IRB::ExtendCommand::Help[x]

別のキーワード

  1. matchdata []
  2. matchdata offset
  3. _builtin matchdata
  4. matchdata ==
  5. matchdata end

ライブラリ

検索結果

IRB::ExtendCommand::Help#execute(*names) -> nil (14.0)

RI から Ruby のドキュメントを参照します。

...an use tab to autocomplete.
Enter a blank line to exit.

>> String#match
String#match

(from ruby core)
------------------------------------------------------------------------------
str.match(pattern) -> matchdata or nil
str.match(pattern, pos) -> matchdata or nil
......