るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
27件ヒット [1-27件を表示] (0.165秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

クラス

モジュール

検索結果

String#scanf(format) -> Array (87988.0)

ブロックを指定しない場合、見つかった文字列を format に従って変 換し、そのオブジェクトの配列を返します。 format で指定した文字列が見つからない場合は空の配列を 生成して返します。

ブロックを指定しない場合、見つかった文字列を format に従って変
換し、そのオブジェクトの配列を返します。
format で指定した文字列が見つからない場合は空の配列を
生成して返します。

require 'scanf'
str = "123 abc 456 def 789 ghi"
p str.scanf("%d%s") #=> [123, "abc"]

ブロックを指定した場合は scanf を継続して実行し、順次
見つかった文字列を変換したオブジェクトの配列を引数に、ブロックを
実行します。このとき、ブロックの実行結果を要素とする配列を返します。

requir...

String#scanf(format) {|*ary| ...} -> Array (87988.0)

ブロックを指定しない場合、見つかった文字列を format に従って変 換し、そのオブジェクトの配列を返します。 format で指定した文字列が見つからない場合は空の配列を 生成して返します。

ブロックを指定しない場合、見つかった文字列を format に従って変
換し、そのオブジェクトの配列を返します。
format で指定した文字列が見つからない場合は空の配列を
生成して返します。

require 'scanf'
str = "123 abc 456 def 789 ghi"
p str.scanf("%d%s") #=> [123, "abc"]

ブロックを指定した場合は scanf を継続して実行し、順次
見つかった文字列を変換したオブジェクトの配列を引数に、ブロックを
実行します。このとき、ブロックの実行結果を要素とする配列を返します。

requir...

Kernel#scanf(format) -> Array (78808.0)

STDIN.scanf と同じです。 IO#scanf、Stdin#scanfも参照してください。

STDIN.scanf と同じです。
IO#scanf、Stdin#scanfも参照してください。

@param format スキャンするフォーマットを文字列で指定します。
詳細は、m:String#scanf#format を参照してください。

@see IO#scanf, Stdin#scanf

Kernel#scanf(format) {|*ary| ...} -> Array (78808.0)

STDIN.scanf と同じです。 IO#scanf、Stdin#scanfも参照してください。

STDIN.scanf と同じです。
IO#scanf、Stdin#scanfも参照してください。

@param format スキャンするフォーマットを文字列で指定します。
詳細は、m:String#scanf#format を参照してください。

@see IO#scanf, Stdin#scanf

IO#scanf(format) -> Array (78676.0)

String#scanfも参照してください。

String#scanfも参照してください。

@param format スキャンするフォーマットを文字列で指定します。
詳細は、m:String#scanf#format を参照してください。

絞り込み条件を変える

IO#scanf(format) {|*ary| ...} -> Array (78676.0)

String#scanfも参照してください。

String#scanfも参照してください。

@param format スキャンするフォーマットを文字列で指定します。
詳細は、m:String#scanf#format を参照してください。

Scanf::FormatSpecifier#count_space? (51304.0)

@todo

@todo

Scanf::FormatSpecifier#letter (51304.0)

@todo

@todo

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

@todo

@todo

Scanf::FormatSpecifier#matched (51304.0)

@todo

@todo

絞り込み条件を変える

Scanf::FormatSpecifier#matched_string (51304.0)

@todo

@todo

Scanf::FormatSpecifier#mid_match? (51304.0)

@todo

@todo

Scanf::FormatSpecifier#re_string (51304.0)

@todo

@todo

Scanf::FormatSpecifier#to_re (51304.0)

@todo

@todo

Scanf::FormatSpecifier#to_s (51304.0)

@todo

@todo

絞り込み条件を変える

Scanf::FormatSpecifier#width (51304.0)

@todo

@todo

Scanf::FormatString#last_match_tried (51304.0)

@todo

@todo

Scanf::FormatString#last_spec (51304.0)

@todo

@todo

Scanf::FormatString#last_spec_tried (51304.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Scanf::FormatString#matched_count (51304.0)

@todo

@todo

Scanf::FormatString#spec_count (51304.0)

@todo

@todo

Scanf::FormatString#string_left (51304.0)

@todo

@todo

Scanf::FormatString#to_s (51304.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Scanf::FormatSpecifier#conversion (42004.0)

@todo

@todo

Scanf::FormatString#space (42004.0)

@todo

@todo