Skip to content

flbeta_function_capitalize

Wesley de Groot edited this page Oct 24, 2015 · 33 revisions
                     _          
                    (_)         
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.0.7 Beta

Function capitalize

_.capitalize(str)


capitalize a string

Parameter list

Type @var Description Required
object [object] Wrapper Optional
string str the string Required

Example:

_.capitalize('hi, i am wesley');


Returns:

string




[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List%20(Beta))
Clone this wiki locally