<?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>Website Regex Validation</title><link>https://community.appian.com/discussions/f/rules/37430/website-regex-validation</link><description>I want to validate a website URL that goes as an input, requirement is to start with https://www. and with {.in, .com, .net} Please Assist, Thanks in Advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Website Regex Validation</title><link>https://community.appian.com/thread/140128?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2024 14:24:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdd74be0-46fc-412f-9ef0-c744e0032e6c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;i assume you adjusted Stefan&amp;#39;s example to test for a string starting with &amp;quot;https&amp;quot; instead of &amp;#39;www.&amp;quot;?&lt;/p&gt;
&lt;p&gt;To be frank, for this sort of ask, you will need to do some of your own troubleshooting, googling for regex patterns, testing, inventing, etc - it will be hard to have someone here hand you a perfect example on a silver platter if your requirements are vague and your feedback is merely &amp;quot;it didn&amp;#39;t work&amp;quot; without specifying what tried, what changes you already attempted, what your output was when it didn&amp;#39;t work.....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Website Regex Validation</title><link>https://community.appian.com/thread/140123?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2024 12:00:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5571f02d-18ec-41dc-b4ef-2e830fd8b214</guid><dc:creator>achuth_bilakanti</dc:creator><description>&lt;p&gt;Thanks Stefan, But it didnt work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Website Regex Validation</title><link>https://community.appian.com/thread/140122?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2024 11:49:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f51fefbd-3ef0-4168-bb8b-5509a9de840c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Regex pattern are not Appian specific and the internet has billions of examples.&lt;/p&gt;
&lt;p&gt;I asked my LLM and it gave me this:&amp;nbsp;&lt;span&gt;^www\.[a-zA-Z0-9.-] \.(in|com|net)$&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you have any specific question?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>