<?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>replace by empty</title><link>https://community.appian.com/discussions/f/rules/14461/replace-by-empty</link><description>Hello 
 I WOULD LIKE TO CREATE AN EXPRESSION RULE THAT SUBSTITUTES ME By empty the following characters: 
 \ /; : &amp;acirc; &amp;euro; &amp;oelig; | ? &amp;acirc; &amp;euro; &amp;trade;&amp;gt; &amp;lt;*] thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/112720?ContentTypeID=1</link><pubDate>Mon, 15 May 2023 11:56:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e87d3e08-0df8-4e94-b97c-578c135d2abe</guid><dc:creator>tushark6475</dc:creator><description>&lt;p&gt;Try this :&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/15/pastedimage1684151807993v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/112719?ContentTypeID=1</link><pubDate>Mon, 15 May 2023 11:48:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6eac83c9-2098-4768-8ccc-6f1c7eebdbd9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;mid(&amp;quot;Burchell, Stewart (SB12345)&amp;quot;, 20, 7)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;We will need more details in case you need a more flexible logic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/112718?ContentTypeID=1</link><pubDate>Mon, 15 May 2023 11:39:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eeca7419-438e-4abe-9ad9-d924d24aed29</guid><dc:creator>kirankhemnar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a string like... &amp;quot;Burchell, Stewart (SB12345)&amp;quot; , but I just want &amp;quot;SB12345&amp;quot; text. how can I achieve this?&lt;/p&gt;
&lt;p&gt;TIA&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/65008?ContentTypeID=1</link><pubDate>Tue, 05 Mar 2019 07:27:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ec488880-33af-4f34-b006-3a4dddc26b8c</guid><dc:creator>Alastr</dc:creator><description>Thanks so much Steve&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/64996?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2019 09:04:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:272bac4a-68ad-4bb4-be92-ea26483f50b2</guid><dc:creator>Stewart Burchell</dc:creator><description>Then write an expression rule that takes two rule inputs: &lt;br /&gt;
1. the text you want to process - let&amp;#39;s call this &amp;#39;textToStrip&amp;#39;&lt;br /&gt;
2. the values you want removed from the above text - let&amp;#39;s call this &amp;#39;stripWithText&amp;#39;&lt;br /&gt;
&lt;br /&gt;
Then your rule will look as follows:&lt;br /&gt;
&lt;br /&gt;
fn!stripwith(&lt;br /&gt;
  ri!textToStrip,&lt;br /&gt;
  ri!stripWithText&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
This is now completely generic.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/64995?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2019 09:00:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce08b6f8-5538-46f7-93da-86ffbad8c90a</guid><dc:creator>Alastr</dc:creator><description>Thanks for the reply. But I&amp;#39;m looking to do that same thing but for any string of characters.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/64993?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2019 08:53:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b4f6388-5572-4851-b762-0ed95d9fdc2b</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Yes, fn!stripwith() will do this:&lt;/p&gt;
&lt;p&gt;fn!stripwith(&lt;br /&gt; &amp;quot;w]orld/;:.txt&amp;quot;,&lt;br /&gt; &amp;quot;\ /; : &amp;acirc; &amp;euro; &amp;oelig; | ? &amp;acirc; &amp;euro; &amp;trade;&amp;gt; &amp;lt;*]&amp;quot;&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/64992?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2019 08:51:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37c0e2e2-8d03-4c4f-9a1f-b08b1dea5289</guid><dc:creator>Alastr</dc:creator><description>&lt;p&gt;For example:&lt;br /&gt; &lt;br /&gt; &amp;ldquo;w]orld/;:.txt&amp;rdquo; return us&amp;nbsp;&amp;ldquo;world.txt&amp;rdquo;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: replace by empty</title><link>https://community.appian.com/thread/64991?ContentTypeID=1</link><pubDate>Mon, 04 Mar 2019 08:49:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85e6a3d7-f09f-43b1-85e7-0fce1bc1086e</guid><dc:creator>Stewart Burchell</dc:creator><description>Do you mean that you want a string that contains any of the above characters has those characters removed? For example: &amp;quot;ACB;DEF?GHI&amp;lt;&amp;quot; would become &amp;quot;ABCDEFGHI&amp;quot;? If so you can simply use the out-of-the-box function fn!stripwith()&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>