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
<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets  xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
...

C# CSLA 3.5 property snippet

by John, October 17, 2008 18:41, No refactoring, tagged with csla, snippet, intellisense

I'm sure I'm not the first ...

9cef2beb18f68b1b7fe18758a14f4e5a Talk