Title Case to Camel Case: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 October 2009

  • curprev 02:1402:14, 12 October 2009Egge talk contribsm 492 bytes +492 Created page with 'Here's a couple of one liners for converting text to a Camel Case, useful for Java code generation. <geshi lang="bash"> echo "Title Case to Camel Case" | ruby -ne 'puts $_.gsub(…'