class String
  
  def titlecap
...

Ruby Ruby Title Caps method

by SmackTurtle, October 05, 2010 21:06, 7 refactorings, tagged with string, ruby, Capitalize, titlecaps, dangerous

Capitalizes the first lette...

6572fa57acbc8588e27f95f2592d9048 Talk
public static void Capitalize()
{
    TextInfo oTextInfo = CultureInfo.CurrentCulture.TextInfo;
...

C# Capitalize directory name w...

by Moonshield, October 02, 2008 01:31, No refactoring, tagged with C#, LINQ, Capitalize, Directory

I wrote a method to capital...

72f36daa501cf8f5bb861210edd9232d Talk