Skip to content

function_toArray

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

Function toArray

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


string to array

  • @param object [object] Wrapper
  • @param string|object str string/object to put in the array
  • @return array
  • @example _.toArray(str);
  • @example _.toArray({my:'super',object:'rocks!'});


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

Clone this wiki locally