Skip to content

function_toArray

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

Function toArray

_('.wrapper').toArray(str)


string to array

Parameter list

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

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

Returns:

Array



Back to function list

Clone this wiki locally