Learn Ruby - How To Check Whether a String Contains a Substring
September 9, 2016
The String class in Ruby comes with several built-in search methods of values within a String, but there is none with a straight name as “contains” or “search” that would express the ability to…