Return to Snippet

Revision: 4049
at December 5, 2007 15:18 by edwinjanmoss


Updated Code
social_security.last[4]

Revision: 4048
at October 18, 2007 16:10 by edwinjanmoss


Initial Code
social_security[-4,4]

Initial URL


Initial Description
left most 4 digits of social. 
In Ruby:
  social_security[-4,4]
In Rails:
  social_security.last[4]

Initial Title
String Right function

Initial Tags


Initial Language
Rails