Ruby字符串處理函數

Ruby字符串處理函數 1.返回字符串的長度 str.length => integer 2.判斷字符串中是否包含另外一個串 str.include? other_str #true or false "hello".include? "lo" #=> true "hello".include? "ol" #=> false "hello".include? ?h
相關文章
相關標籤/搜索