hot questions tagged pascalcasing - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T10:18:37Zhttp://stackoverflow.com/feeds/tag?tagnames=pascalcasing&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/32241/algorithm-to-format-text-to-pascal-or-camel-casing4Algorithm to format text to Pascal or camel casingKiwiBastard2008-08-28T13:23:07Z2008-09-03T02:13:18Z
<p><a href="http://beta.stackoverflow.com/questions/32149/does-anyone-have-a-good-proper-case-algorithm" rel="nofollow">Using this question</a> as the base is there an alogrithm or coding example to change some text to Pascal or Camel casing.</p>
<p>For example:</p>
<pre><code>mynameisfred
</code></pre>
<p>becomes</p>
<pre><code>Camel: myNameIsFred
Pascal: MyNameIsFred
</code></pre>