active questions tagged pascalcasing - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T16:49:42Z http://stackoverflow.com/feeds/tag/pascalcasing http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/32241/algorithm-to-format-text-to-pascal-or-camel-casing 4 Algorithm to format text to Pascal or camel casing KiwiBastard 2008-08-28T13:23:07Z 2008-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>