Is there a standard or simple way to guess a name from an email address, similar to what gmail does?
For example, "[email protected]" should give "John Smith".
Doing this shouldn't be too hard (strip domain name, remove special characters, capitalize, etc), but I'm sure there should be existing code for this.
Code in Ruby would be preferred, but any other language would be fine.