<?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>Question about replacing special characters</title><link>https://community.appian.com/discussions/f/rules/27266/question-about-replacing-special-characters</link><description>Hello good evening, I need help, well, it turns out that I have a problem, for example, when I want to omit certain special characters, I use substitute, all fine for example if I only want to omit the symbol &amp;quot;&amp;amp;&amp;quot;, but when I put another symbol, for example</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Question about replacing special characters</title><link>https://community.appian.com/thread/106945?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2023 16:36:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d00b1bf8-c161-4ce2-96f2-e2a5f71a518e</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;This seems like a standard case for stripwith() unless I am missing something.&amp;nbsp; If you use it as such (without the spaces in the list of characters to remove):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;stripwith(&amp;quot;ABBA80650-20002908-HM TESTING &amp;amp; % $ # RELEASE&amp;quot;,&amp;quot;&amp;amp;#$%&amp;amp;/|&amp;#161;?&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is the output:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;&amp;quot;ABBA80650-20002908-HM TESTING RELEASE&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;What is not correct / do you need to change about the output?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>