<?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>validation in interface</title><link>https://community.appian.com/discussions/f/general/38988/validation-in-interface</link><description>i have a requirement where i need to enter 25 digits for a text field and i don&amp;#39;t allow the user to enter any alphabets or symbols i need write a validation this can be done with the help of regexmatch function but now it is deprecated how to write validation</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: validation in interface</title><link>https://community.appian.com/thread/147727?ContentTypeID=1</link><pubDate>Fri, 02 May 2025 10:37:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3a75c6c-1465-4d28-b06d-cc91e2cd42f1</guid><dc:creator>Gokulsankar Parameswaran</dc:creator><description>&lt;p&gt;Alternatively,&amp;nbsp;&lt;br /&gt;You can use the dedicated field that servs this functionality.&lt;br /&gt;a!integerField()&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: validation in interface</title><link>https://community.appian.com/thread/147521?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 11:14:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:432c2c5b-f142-4f2c-83f8-a4203ee62346</guid><dc:creator>V.Sanath Kumar</dc:creator><description>&lt;p&gt;Thanks Stefan given code is implemented working as per expectation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: validation in interface</title><link>https://community.appian.com/thread/147518?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 10:33:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0c11326-4c5c-4468-9890-4ab88865166a</guid><dc:creator>Manthiramoorthy</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/voddepus4869"&gt;V.Sanath Kumar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regex functions are from &lt;strong&gt;Appian Regular Expression Function&lt;/strong&gt; plugin so your environment may not have that plugin added.&lt;/p&gt;
&lt;p&gt;Plug-in link -&amp;nbsp;&lt;a href="/b/appmarket/posts/regular-expression-functions"&gt;Appian Community&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: validation in interface</title><link>https://community.appian.com/thread/147517?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 10:26:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f16a91e8-a879-46f0-bfeb-89b870ab53f0</guid><dc:creator>Manthiramoorthy</dc:creator><description>&lt;p&gt;You can also add char(32) inside the contains() if you want to allow space in the text field.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: validation in interface</title><link>https://community.appian.com/thread/147516?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 10:24:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6361fcc5-a8d6-4178-bb43-72c012dc25f0</guid><dc:creator>V.Sanath Kumar</dc:creator><description>&lt;p&gt;Hi Stefan correct me if i am wrong when i testing in interface it is showing this.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1745490232733v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: validation in interface</title><link>https://community.appian.com/thread/147515?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2025 09:46:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ededd12-e675-457c-9954-8863d1bedd55</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Who says this is deprecated?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;This alternative checks for each digit if it is in 0-9&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!string: &amp;quot;0956787x65678&amp;quot;,
  all(contains(char(48 + enumerate(10)), _), char(code(local!string)))
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>