Skip to content

flbeta_function_toArray

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

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](https://github.com/wesdegroot/_.js/wiki/Function%20List%20(Beta))

Clone this wiki locally