るりまサーチ

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

別のキーワード

  1. shellwords shellsplit
  2. string shellsplit
  3. shellsplit shellwords
  4. shellsplit string

ライブラリ

検索結果

String#shellsplit -> [String] (18139.0)

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

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

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

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