<?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>How to remove  &amp;quot;  character from text?</title><link>https://community.appian.com/discussions/f/general/17497/how-to-remove-character-from-text</link><description>Hello All, I have a text as &amp;quot;Appian&amp;quot; how to remove &amp;quot; from the text? 
 
 Text : &amp;quot;Appian&amp;quot; 
 Expected Result : Appian</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to remove  "  character from text?</title><link>https://community.appian.com/thread/95501?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 14:51:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8248d4d5-1079-4043-8197-37ba98e647d6</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;FYI - by now this is a zombie post (revived by an irrelevant, and frankly, somewhat suspicious followup comment) - i don&amp;#39;t expect you&amp;#39;re gonna get much of an answer from OP.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove  "  character from text?</title><link>https://community.appian.com/thread/95500?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 14:32:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61ba9944-094b-48c4-805f-ad9ec1a86e25</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As mike mentioned it would be great add more details to your question. Adding to mike suggestion you can also use following function to remove your quotes.&lt;/p&gt;
&lt;p&gt;stripwith(&amp;quot;Appian&amp;quot;, &amp;quot;&amp;quot;&amp;quot;&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove  "  character from text?</title><link>https://community.appian.com/thread/95472?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 10:11:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6f54b35-fc61-4046-8890-d3cf157e4024</guid><dc:creator>MohamedElgindy</dc:creator><description>&lt;p&gt;good comment&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove  "  character from text?</title><link>https://community.appian.com/thread/68959?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2019 16:43:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1ad7128-7368-4d65-9dc8-2fdc7ca3c176</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I have a feeling there might be more details needed for your actual use case, but at face value at least, the&amp;nbsp;&lt;em&gt;substitute()&lt;/em&gt; function should be sufficient:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;substitute(ri!input, &amp;quot;&amp;quot;&amp;quot;&amp;quot;, &amp;quot;&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="159" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1566492183035v1.png" width="431" /&gt;&lt;/p&gt;
&lt;p&gt;If you were really after something else, then hopefully you can provide more details and we can help further.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>