def space_out_camel_case(stringAsCamelCase):
    """Adds spaces to a camel case string.  Failure to space out string returns the original string.
    >>> space_out_camel_case('DMLSServicesOtherBSTextLLC')
...

Python CamelCase to Camel Case (Py...

by bigsassy.myopenid.com, December 18, 2008 19:06, 4 refactorings, tagged with short, camelcase, snippet, regular expression, camel case, re

Hi, I'm a python newbie. C...

Cc4c514481dbf2cf9f602188dee3c212 Talk
#
  # Convert a string to CamelCase.
...

Ruby Camelize

by Tj Holowaychuk, September 22, 2008 15:38, 7 refactorings, tagged with camelcase

I am pretty new to Ruby (on...

F1e3ab214a976a39cfd713bc93deb10f Talk