Converts the specified text to a single "camel case" word.

ToCamelCaseWord(text)

- text
- Text to convert to a camel case word.

A single-word camel case version of text.

Programmers use camel case for multi-word variable names. For example, "number of items"
converted to camel case would be "numberOfItems". It's called "camel case" because the resulting
names are shaped something like a camel.


Camel 2..9 = {Ctrl+Shift+Left_$1}{Ctrl+c} String.ToCamelCaseWord(Clipboard.GetText());
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)