502件ヒット
[501-502件を表示]
(0.076秒)
ライブラリ
- ビルトイン (272)
-
irb
/ cmd / help (12) -
net
/ telnet (8) - pathname (12)
-
rdoc
/ context (12) -
rubygems
/ gem _ path _ searcher (12) - scanf (30)
- strscan (144)
クラス
-
Gem
:: GemPathSearcher (12) -
IRB
:: ExtendCommand :: Help (12) - MatchData (158)
-
Net
:: Telnet (8) - Pathname (12)
-
RDoc
:: Context (12) - Regexp (12)
-
Scanf
:: FormatSpecifier (6) -
Scanf
:: FormatString (24) - String (81)
- StringScanner (144)
- Symbol (21)
キーワード
- =~ (12)
- [] (48)
- captures (12)
-
check
_ until (12) - cmd (4)
- deconstruct (2)
- execute (12)
- gsub (12)
- gsub! (12)
- inspect (12)
-
last
_ match _ tried (6) - match? (30)
- matched (12)
- matched? (12)
-
matched
_ count (6) -
matched
_ size (12) -
matched
_ string (6) - matchedsize (12)
-
matching
_ files (12) - names (12)
-
post
_ match (24) -
pre
_ match (24) - prune (6)
-
scan
_ full (12) -
scan
_ until (12) -
skip
_ until (12) - sub (24)
- sub! (12)
-
to
_ a (12) -
to
_ s (12) -
unmatched
_ alias _ lists (12) - unscan (12)
-
values
_ at (12) - waitfor (4)
検索結果
-
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (67.0) -
RI から Ruby のドキュメントを参照します。
...RI から Ruby のドキュメントを参照します。
irb(main):001:0> help String#match
...
@param names 参照したいクラス名やメソッド名などを文字列で指定します。
names を指定しなかった場合は、RI を対話的なモードで起動します。メソ......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
......