<?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>Is there a way to check case sensitivity on the value I pass in?</title><link>https://community.appian.com/discussions/f/new-to-appian/26024/is-there-a-way-to-check-case-sensitivity-on-the-value-i-pass-in</link><description>Hello, 
 Is there a way to check case sensitivity on the value I pass in? 
 Also, is there any other way to check the data type of the value? For example, 
 1) Want to check if the value corresponding to the date type is actually using the date type correctly</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there a way to check case sensitivity on the value I pass in?</title><link>https://community.appian.com/thread/101856?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2022 09:58:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc5db74b-a9ab-4ede-b2e5-47e83a8f9885</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Yes. That is possible. You can use the regex as Stefan said but you can also build logic with the native SAIL code itself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For eg. To check for the upper case characters, you can use the code function. For checking the date, you can split it on the required character (/,.,-) and then check the value of individual indexes in that array.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to check case sensitivity on the value I pass in?</title><link>https://community.appian.com/thread/101850?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2022 08:39:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e551968-7002-4f7d-9609-36d1b385fa4e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Yes. As this seems to be a bit more complex, I suggest going with the regex plugin.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>