Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-12-17から1日間の記事一覧

Ruby | String | byteslice

概要 String#byteslice(nth) -> String | nil String#byteslice(nth, len) -> String | nil String#byteslice(range) -> String | nil 詳細 byte 単位での文字列切り出しを行う。byteslice(nth) で任意の 1 byte byteslice(nth, len) で任意の nth byte 目か…