vindarel / cl-str

Modern, simple and consistent Common Lisp string manipulation library.
https://vindarel.github.io/cl-str/
MIT License
305 stars 37 forks source link

Feature request #70

Closed K1D77A closed 2 years ago

K1D77A commented 2 years ago

Consider adding a few basic regex's for validating emails? Perhaps a regex like: "^[^@\s]+@[^@\s]+.[^@\s]+$"

Thanks.

vindarel commented 2 years ago

Hello, I really think this should go in a library of its own!

Look, there's an attempt of 800 lines here, a port from a PHP lib: https://github.com/automaticit/cl-isemail/blob/master/isemail.lisp

also darts.lib.email-address in Quicklisp. https://github.com/deterministic-arts/DartsCLEmailAddress