my pascal port of an Email Validation Library.

my pascal port of an Email Validation Library.
Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x).
https://github.com/Xor-el/EmailValidationPascal

Comments

  1. Ugochukwu Mmaduekwe class static functions were added in Delphi 2006.

      public
        class procedure Foo(Bar: Integer); static;
      end;

    ReplyDelete
  2. +Andreas Hausladen, thanks a lot, will read up more about it.

    ReplyDelete
  3. update
    changed to static class function .

    ReplyDelete

Post a Comment