split.rb
'123456789'.unpack('a2a3a4').join('-')
# => '12-345-6789'
Go to list of users who liked
More than 5 years have passed since last update.
'123456789'.unpack('a2a3a4').join('-')
# => '12-345-6789'
Register as a new user and use Qiita more conveniently
Go to list of users who liked