Skip to content

function_camelize

Wesley de Groot edited this page Oct 23, 2015 · 37 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function camelize

_.camelize(str)


camelize a string

Parameter list

Type @var Description Required
object [object] Wrapper Optional
string str the string Required
#### Example: `_.camelize('hi, i am wesley');`

Returns:

Array



Back to function list

Clone this wiki locally