Skip to content

function_toArray

Wesley de Groot edited this page Oct 23, 2015 · 38 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v0.0.6 Final

Function toArray

_.toArray(str)


string to array

Parameter list

Type @var Description Required
object [object] Wrapper Optional
string|object str string/object to put in the array Required
#### Example: `_.toArray(str);`

`_.toArray({my:'super',object:'rocks!'});`

Returns:

array



Back to function list

Clone this wiki locally