Skip to content

flbeta_function_format

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

Function format

_.format()


Format sort of sprintf
*
*/

Parameter list

Type @var Description Required
object [object] Wrapper Optional
string str String Required
string ... Options Required

Example:

_.format('my %s', 'wesley')


Returns:

string




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