<?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>Separate the Integer &amp;amp; characters</title><link>https://community.appian.com/discussions/f/general/26812/separate-the-integer-characters</link><description>Hi all, 
 I have use case where i need to separate the characters &amp;amp; integer value example- I/p: &amp;quot;ABCD1234&amp;quot; output: ABCD, 1234 , i/p &amp;quot;A22B45&amp;quot; o/p: AB , 2245 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Separate the Integer &amp; characters</title><link>https://community.appian.com/thread/105222?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2022 11:31:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46f82195-1581-4b4d-96a4-14624ca8a392</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!mixed: &amp;quot;A22B45&amp;quot;,
  {
    cleanwith(local!mixed, &amp;quot;0123456789&amp;quot;),
    stripwith(local!mixed, &amp;quot;0123456789&amp;quot;),
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>