⪼ Made with 💜 by Polyglot.
Specifically, check out
<<or the.pushmethod.
Specifically, check out
.new.
- Ruby Strings
- 7 daily use cases of Ruby String
- The Bastards Book of Ruby: Strings
- String in Ruby
- Ruby for Admins: Strings and Symbols
More specifically, study up on the following strings methods here: http://ruby-doc.org/core-2.2.0/String.html
- empty?
- split
- Enumerable
- each_line
- chomp
- strip
- start_with?
- gsub
line.gsub!(/[*]{2}([^*]+)[*]{2}/, '<strong>\1</strong>')
- interpolation
- character indexing (w/ ranges)