gistlib
other ruby categories
regular-expression code snippets in ruby
explain what each thing does in this regex: (/(.).*\1|\d/i) in ruby
this is a ruby isogram checker: `p !/(.).*\1|\d/i` where do i put the word that needs to be checked? in ruby
gistlib
by LogSnag