== String ==

Strings (Topic)

This topic contains all functions that are directly related to String: * [[toolbox:strings:right:index|.right()]] – returns the n rightmost characters in a string. * [[toolbox:strings:totitlecase:index|.toTitleCase()]] – converts each word in the String to Title Case Basic JavaScript functions in this category: * [[mdn>Web/JavaScript/Reference/Global_Objects/String|String]] (overview page) on MDN.