<?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>Expression Rule</title><link>https://community.appian.com/discussions/f/general/27015/expression-rule</link><description>I want to create an expression rule to convert text. 
 I have made following rule. 
 rule input - &amp;quot;:Vijay Shete&amp;quot; 
 extract(ri!input,&amp;quot;:&amp;quot;,&amp;quot; &amp;quot;) 
 output - &amp;quot;Vijay&amp;quot; 
 How do I get &amp;quot;Vijay Shete&amp;quot; as output?(Just remove the colon at beginning.)</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Expression Rule</title><link>https://community.appian.com/thread/106058?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2022 05:59:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d0fab23-cf04-4a3d-936a-09b6b960cc1d</guid><dc:creator>Harshitha Mangamuri</dc:creator><description>&lt;p&gt;Hi Vijay Kumar, Please try using this code. Hope it helps you&lt;/p&gt;
&lt;p&gt;stripwith(&lt;span&gt;&amp;quot;:Vijay Shete&amp;quot;,&lt;/span&gt;&amp;quot;:&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule</title><link>https://community.appian.com/thread/106057?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2022 05:48:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d88e61ee-cdcc-460d-847c-963b40e387da</guid><dc:creator>ujjwalb0003</dc:creator><description>&lt;p&gt;you can use stripwith or cleanwith func&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>