例えば、 "hoge, fuga" という文字列を ["hoge", "fuga"] にする。
:echo split(substitute("hoge, fuga", " ", "", "g"), ",")
Go to list of users who liked
More than 5 years have passed since last update.
例えば、 "hoge, fuga" という文字列を ["hoge", "fuga"] にする。
:echo split(substitute("hoge, fuga", " ", "", "g"), ",")
Register as a new user and use Qiita more conveniently
Go to list of users who liked