Ruby3.x String
Ruby 3 系 のStringに関する言語リファレンス情報をまとめたカテゴリです。
Stringクラス
method
%
*
+
+@
-@
<<
<=>
==
===
=~
[]
[]=
append_as_bytes
ascii_only?
b
byteindex
byterindex
bytes
bytesize
byteslice
bytesplice
capitalize
capitalize!
casecmp
casecmp?
center
chars
chomp
chomp!
chop
chop!
chr
clear
codepoints
concat
count
crypt
dedup
delete
delete!
delete_prefix
delete_prefix!
delete_suffix
delete_suffix!
downcase
downcase!
dump
dup
each_byte
each_char
each_codepoint
each_grapheme_cluster
each_line
empty?
encode
encode!
encoding
end_with?
eql?
force_encoding
freeze
getbyte
grapheme_clusters
gsub
gsub!
hash
hex
include?
index
insert
inspect
intern
length
lines
ljust
lstrip
lstrip!
match
match?
new
next
next!
oct
ord
parse_csv
partition
prepend
replace
reverse
reverse!
rindex
rjust
rpartition
rstrip
rstrip!
scan
scrub
scrub!
setbyte
size
slice
slice!
split
squeeze
squeeze!
start_with?
strip
strip!
sub
sub!
succ
succ!
sum
swapcase
swapcase!
to_c
to_f
to_i
to_r
to_s
to_str
to_sym
tr
tr!
tr_s
tr_s!
try_convert
undump
unicode_normalize
unicode_normalize!
unicode_normalized?
unpack
unpack1
upcase
upcase!
upto
valid_encoding?