How to use the toUpper function from ramda

Find comprehensive JavaScript ramda.toUpper code examples handpicked from public code repositorys.

8733
8734
8735
8736
8737
8738
8739
8740
8741
8742
* @since v0.9.0
* @category String
* @sig String -> String
* @param {String} str The string to lower case.
* @return {String} The lower case version of `str`.
* @see R.toUpper
* @example
*
*      R.toLower('XYZ'); //=> 'xyz'
*/
fork icon0
star icon0
watch icon0

+ 35 other calls in file

Other functions in ramda

Sorted by popularity

function icon

ramda.clone is the most popular function in ramda (30311 examples)