mdbs99 / james

James is a collection of object-oriented Pascal primitives for Lazarus and Delphi
MIT License
53 stars 21 forks source link

Email Constraint class #49

Closed mdbs99 closed 6 years ago

mdbs99 commented 7 years ago

Let's create a first constraint to check email pattern using RegExpr.

It may be implemented in james.data.constraints.clss.

Another thing, just to organize, is move *DataConstraint(s) interfaces/classes from james.data.* to james.data.constraints.*

mdbs99 commented 6 years ago

In fact, it's better to use this name: James.Constraints. It's simpler.

mdbs99 commented 6 years ago

It is not important in that moment.