Skip to content

Instantly share code, notes, and snippets.

@CoolJorcz
Created June 6, 2013 20:08
Show Gist options
  • Save CoolJorcz/5724516 to your computer and use it in GitHub Desktop.
Save CoolJorcz/5724516 to your computer and use it in GitHub Desktop.
def has_ssn?(string)
(\d{3}\D\d{2}\D\d{4})=~string
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment