202件ヒット
[201-202件を表示]
(0.097秒)
別のキーワード
ライブラリ
- ビルトイン (46)
- mkmf (12)
-
rexml
/ document (144)
クラス
-
REXML
:: Attribute (24) -
REXML
:: Attributes (36) -
REXML
:: Element (84) - String (40)
- Symbol (6)
モジュール
- Kernel (12)
キーワード
-
add
_ namespace (24) - attribute (12)
-
create
_ makefile (12) -
delete
_ namespace (12) -
delete
_ prefix (8) -
delete
_ prefix! (8) -
delete
_ suffix (8) -
delete
_ suffix! (8) -
get
_ attribute _ ns (12) - namespace (24)
- namespaces (24)
- prefixes (24)
-
start
_ with? (14)
検索結果
-
String
# delete _ suffix(suffix) -> String (13.0) -
文字列の末尾から suffix を削除した文字列のコピーを返します。
...。
@return 文字列の末尾から suffix を削除した文字列のコピー
//emlist[][ruby]{
"hello".delete_suffix("llo") # => "he"
"hello".delete_suffix("hel") # => "hello"
//}
@see String#chomp
@see String#chop
@see String#delete_prefix
@see String#delete_suffix!
@see String#end_with?...