User Tools

Site Tools


org.gramar.base:xfn.singletoken

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

org.gramar.base:xfn.singletoken [2016/06/27 20:35] (current)
Line 1: Line 1:
 +
 +==== 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.
 +
 +
 +^ Argument ​     ^ Kind   ^ Required ​   ^ Purpose ​         ^
 +|**term** ​ |string ​ |yes  |a string value, possibly with embedded whitespace ​  |
 +
 +=== Usage and examples ===
 +
 +Place a ...
 +
 +Return to [[org.gramar.base:​index|index]]
 +
 +
 +
 +
  
org.gramar.base/xfn.singletoken.txt ยท Last modified: 2016/06/27 20:35 (external edit)