LocalPart
property
Type: String, read-only
Local part returned after an email address' syntax is successfully validated. The local
part of an address is the part just before the @.
Example
After validating:
info@example.com
LocalPart will contain:
info
|