Skip to content

Extension org.gramar.base Function singleToken

chrisgerken edited this page Sep 14, 2015 · 2 revisions

singleToken() Function

The singleToken() function returns a single-token string from the given text where whitespace has been removed and the first character of each token, except the first, has been uppercased

Unlike the camelCase() function, the singleToken() function will not lower-case any characters in a token that contains all upper-cased characters, such as an acronym.

  • string term - (required) a string value, possibly with embedded whitespace

Usage and examples

Place a ...

Return to org.gramar.base

Clone this wiki locally