るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.043秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:-[x] > クエリ:string[x] > クラス:String[x] > クエリ:@[x] > クエリ:split[x] > ライブラリ:shellwords[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method gets
  4. irb/input-method new
  5. matrix -

検索結果

String#shellsplit -> [String] (15335.0)

Bourne シェルの単語分割規則に従った空白区切りの単語分割を行い、 単語 (文字列) の配列を返します。

...単語分割を行い、
単語 (文字列) の配列を返します。

string
.shellsplit は、Shellwords.shellsplit(string) と等価です。

@
return 分割結果の各文字列を要素とする配列を返します。
@
raise ArgumentError 引数の中に対でないシングルクォートま...
...たはダブル
クォートが現れた場合に発生します。
@
see Shellwords.#shellsplit...