1 2 3
class Race < ActiveRecord::Base ...
Ruby Help generating abbreviatio...
by Michael Filbin,
April 06, 2008 16:16,
2 refactorings, tagged with abbreviation, string, model, attribute
Hi all,
I am attempting ...
1 2 3
function toUpperCase( str : String ):String { ...
JavaScript Uppercase a string, but ski...
I had to do this on my curr...
1 2 3 4
class String def postal? self.match(/[a-zA-Z]{1}\d{1}[a-zA-Z]{1}([\x20-])*\d{1}[a-zA-Z]{1}\d{1}/) ? true : false ...
Ruby Is This String Postal?
We've had the debate over w...
Ok take it easy on me, I ju...