It's time to validate e-mail addresses and you're sitting in a Ruby on Rails application. Fortunately, there are a few methods to tackle such a task, and a combination of them can yield a pretty nice solution. The first idea is to use some lengthy regular expressions. But why enumerate/describe in regular expressions what we [...]
↧