API Docs for: 2.1.0
Show:

Tc.Utils.String Class

Defined in: dist/terrific.js:1128
Module: Tc

Contains utility functions for string concerning tasks.

Item Index

Methods

capitalize

(
  • str
)
String

Capitalizes the first letter of the given string.

Parameters:

  • str String

    The original string

Returns:

String:

The capitalized string

toCamel

(
  • str
)
String

Camelizes the given string.

Parameters:

  • str String

    The original string

Returns:

String:

The camelized string