Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)gabdalaFebruary 22, 2007 at 4:28 PM#Simple email verify?Need to know a quick way of doing a basic verify of an email thats inputed via a custom page. By basic I mean checking for an "@" and also a ".". Any other checks would be great. Thanks,
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)demiller9February 22, 2007 at 6:12 PM#!include wordfind.nsh !insertmacro WordFind2x # email address in $0 ${WordFind2x} "$0" "@" "." "E+1" $1 IfErrors badformat ... badformat: ...