最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.013秒)
トップページ
>
:
shellsplit
>
:
split
>
:モジュール
別のキーワード
shellwords shellsplit
string shellsplit
shellsplit shellwords
shellsplit string
ライブラリ
shellwords
(12)
検索結果
先頭1件
Shellwords
Shellwords
(13.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
モジュール
UNIX Bourne シェルの単語分割規則に従った文字列分割と文字列エスケープ を行うモジュールです。
...
単語分割を行う
shellsplit
、文字列を
エスケープする shellescape、文字列エスケープを文字列リストに対して適用
する shelljoin の3つのモジュール関数を提供します。
これらのメソッドの別名として、Shellwords.
split
, Shellwords.escape,
...