<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Email validation</title><link>https://community.appian.com/discussions/f/user-interface/24870/email-validation</link><description>how can we define email validation. can we give without regex expression?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Email validation</title><link>https://community.appian.com/thread/96241?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 14:21:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b4a31bd-3c8f-4cfa-beb7-d958308bb8bf</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="113797" url="~/discussions/f/user-interface/24870/email-validation/96239#96239"]is there any alternative of RegEx ?[/quote]
&lt;p&gt;Can you clarify what you&amp;#39;re after here, and why?&amp;nbsp; As I mentioned already, the thread linked above contains a non-Regex solution I posted here *years* ago, but there&amp;#39;s no good reason to not use the Regex plugin IMHO.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email validation</title><link>https://community.appian.com/thread/96239?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 14:19:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc27554e-4140-47ec-81c8-62acb7772d28</guid><dc:creator>NeilTheodus</dc:creator><description>&lt;p&gt;is there any alternative of RegEx ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email validation</title><link>https://community.appian.com/thread/96238?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 14:17:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:516b5b65-5ace-412d-b190-ca6ddbb453e0</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Why wouldn&amp;#39;t you want to use RegEx?&amp;nbsp; The (very very) old thread Vikash already linked for you will contain my (very very) old-but-still-working OOB expression rule that handles &lt;em&gt;basic&lt;/em&gt; email address validation, however the Regex solution is quite a bit more powerful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email validation</title><link>https://community.appian.com/thread/96237?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 14:16:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:784ce35a-5014-40d3-a534-e809b71886e1</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f647.svg" title="Bow"&gt;&amp;#x1f647;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email validation</title><link>https://community.appian.com/thread/96233?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 13:41:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd3e837c-6697-433c-83e8-8171575e9d18</guid><dc:creator>vikashk739</dc:creator><description>&lt;p&gt;Hi, you can refer this post as well&amp;nbsp;&lt;a href="/discussions/f/administration/7353/way-to-validate-email-addresses"&gt;https://community.appian.com/discussions/f/administration/7353/way-to-validate-email-addresses&lt;/a&gt;. Mike has shared post regarding and it works well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Email validation</title><link>https://community.appian.com/thread/96230?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 12:51:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca4c3b05-f605-43c8-bee4-237d849ecc36</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Key things to look for are @ symbol, then a dot, then a 3 letter extension for a url, such as com, edu, gov, biz, net, co.uk, however many you want to define.&lt;/p&gt;
&lt;p&gt;right(local!possibleEmail, 4) returns the last four characters.&amp;nbsp; That should be in a whitelist containing .com, .gov, .edu, etc.&lt;/p&gt;
&lt;p&gt;Then you can find() or search() for @.&lt;/p&gt;
&lt;p&gt;There should be other rules to include, such as no spaces.&amp;nbsp; So you can exact(local!possibleEmail, cleanwith(local!possibleEmail, &amp;quot; &amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>