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' */
0
0
0
+ 35 other calls in file
ramda.clone is the most popular function in ramda (30311 examples)