Skip to content

function_format

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

Function format

_('.wrapper').format()


Format sort of sprintf

  • @param object [object] Wrapper
  • @param string str String
  • @param string ... Options
  • @return string
  • @example _.format('my %s', 'wesley');
##### Example: `_.format('my %s', 'wesley');`



Back to function list

Clone this wiki locally