201件ヒット
[201-201件を表示]
(0.046秒)
ライブラリ
- ビルトイン (189)
-
json
/ add / symbol (12)
検索結果
-
Symbol
# start _ with?(*prefixes) -> bool (14.0) -
self の先頭が prefixes のいずれかであるとき true を返します。
...れかであるとき true を返します。
(self.to_s.start_with?と同じです。)
@param prefixes パターンを表す文字列または正規表現 (のリスト)
@see Symbol#end_with?
@see String#start_with?
//emlist[][ruby]{
:hello.start_with?("hell") #=> true
:hello.sta...