<?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>Remove &amp;quot; and [] from String</title><link>https://community.appian.com/discussions/f/user-interface/32911/remove-and-from-string</link><description>Hi All, 
 
 I have string containing items, such as [&amp;quot;var1 &amp;quot;,&amp;quot;var2 &amp;quot;] and there might be more than two items, I want to extract these values without double quotation marks &amp;quot; and square brackets [ ] , the result should be like var1,var2 
 are there any</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Remove " and [] from String</title><link>https://community.appian.com/thread/128353?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 07:38:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b610f631-9efc-4d20-be11-601b5465e4c5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you try the extract() function?&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/fnc_text_extract.html"&gt;https://docs.appian.com/suite/help/23.4/fnc_text_extract.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove " and [] from String</title><link>https://community.appian.com/thread/128345?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 06:56:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5aecfa69-94d9-4fa5-9d74-9ea495d0e359</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;If you are getting this String as a response from one of your integrations, I will advise you to look for this option in your integration -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1706097167497v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove " and [] from String</title><link>https://community.appian.com/thread/128339?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 05:50:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:381de044-d566-49d9-9c06-000808d21851</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/alaaa6815"&gt;alaaa6815&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Assuming that this is JSON format. as Mike mentioned you can try using the supported functionality.&lt;/p&gt;
[quote userid="264401" url="~/discussions/f/user-interface/32911/remove-and-from-string"]&lt;span&gt;[&amp;quot;var1&lt;/span&gt;&lt;span&gt;&amp;quot;,&amp;quot;var2&lt;/span&gt;&lt;span&gt;&amp;quot;]&lt;/span&gt;[/quote]
&lt;p&gt;Check out this example on how it would work&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/fnc_system_a_fromjson.html#example"&gt;a!fromJson() Function (Example)&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove " and [] from String</title><link>https://community.appian.com/thread/128334?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 05:09:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d76e009-74a9-4b00-8eca-61583321d936</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Are you sure that&amp;#39;s not a JSON string?&amp;nbsp; If so, you should use supported functionality to just convert it back from JSON to an array.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Remove " and [] from String</title><link>https://community.appian.com/thread/128326?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 02:58:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:df8500df-e6fb-4b49-87dc-14463978d964</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;stripwith(ri!input, &amp;quot;[]&amp;quot;&amp;quot;&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/23.4/fnc_text_stripwith.html"&gt;https://docs.appian.com/suite/help/23.4/fnc_text_stripwith.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>