<?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 do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/discussions/f/general/26602/how-to-do-camel-casing-in-appian-any-function-available</link><description>expected output : textShouldBeInCamelCase</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104618?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2022 05:56:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d241ac50-b632-44b1-823e-6eeba07cef73</guid><dc:creator>Klaus34</dc:creator><description>&lt;p&gt;Thanks It&amp;nbsp; Worked ..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104470?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 17:53:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25b630ac-b78f-496a-8167-4b60349c9ccc</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;I am a big a!forEach() fan, but just working on my brownie points with Stefan for using non-looping solutions&amp;nbsp;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f600.svg" title="Grinning"&gt;&amp;#x1f600;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104467?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 17:29:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39100a34-a4cc-4503-be73-c558d8c3ee22</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I dunno, I find the &lt;a href="/discussions/f/general/26602/how-to-do-camel-casing-in-appian-any-function-available/104460#104460"&gt;a!forEach() solution&lt;/a&gt; a bit more graceful than force-swapping the left-most single character &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f601.svg" title="Grin"&gt;&amp;#x1f601;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104463?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 16:19:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b23fa5a-8cb4-459d-ae91-a28c0439a018</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;This example ^ needs further adjustment to make the first letter lower case:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;a!localVariables(
  local!text: &amp;quot;Text shOUld be in camel Case&amp;quot;,
  local!proper: stripwith(proper(local!text), &amp;quot; &amp;quot;),
  concat(
    lower(left(local!proper,1)),
    right(local!proper,len(local!proper)-1)
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;(It won&amp;#39;t let me Quote the post when there is only a code snippet and no other text apparently..)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104460?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 15:30:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6982ac83-70c0-462b-8f9e-5fe68879c48b</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;concat(
  a!forEach(
    split(local!myText, &amp;quot; &amp;quot;),
    if(
      fv!isFirst,
      lower(fv!item),
      proper(fv!item)
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104452?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 13:49:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e04e91ea-1a21-489a-a0ca-2098fab468d1</guid><dc:creator>normanc</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;stripwith(proper(&amp;quot;Text Should Be In Camel Case&amp;quot;), &amp;quot; &amp;quot;)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104437?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 09:15:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:826deab4-1a06-4043-a6af-c3b05881a083</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you try anything? There a plenty of text functions that should help you to implement your own custom expression rule?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104436?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 09:14:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1c6f1f1-73b4-4e9c-a085-4dda5645cb95</guid><dc:creator>Klaus34</dc:creator><description>&lt;p&gt;Yes&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104435?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 09:10:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d96811c0-ba45-4f56-8096-8c913b9de374</guid><dc:creator>Vinay Katta</dc:creator><description>&lt;p&gt;Is the sample input for this - &amp;quot;Text Should Be In Camel Case&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do Camel Casing in Appian any function Available?</title><link>https://community.appian.com/thread/104434?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 09:02:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5c13548b-3771-4b5f-af45-9b5185164b6f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is no function to do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>