validate email address without Regex

Certified Associate Developer

please tell me how to validate email address without regex means with the help of like function . 

I am writing this expression : like(ri!email,"*@gmail.com") 

but i want to validate every field like first character should not be digit and all .help me to sort out this 

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to Dave Lewis
    Unless Appian comes out with a "isValidEmail" function out of the box

    Yeah, and I've always been a little confused as to why this isn't just a usable function, because various places within Appian *certainly* do seem to do their own validation on proper email address formatting.

    Edited to add (2023-02-13), the People Functions plug-in now has an email address validation function built-in, and it passes all the same test cases that I use against my RegEx version above, if this helps anyone.  Once again I beg everyone not to avoid using plug-ins for arbitrary reasons, they are in many cases essential to not having to reinvent the wheel over and over again.