Skip to content

function_capitalize

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

Function capitalize

_('.wrapper').capitalize(str)


capitalize a string

  • @param object [object] Wrapper
  • @param string str the string
  • @return string
  • @example _.capitalize('hi, i am wesley');

Parameter list

Type @var Description Required
object [object] Wrapper Optional
string str the Required
##### Example: `_.capitalize('hi, i am wesley');`



Back to function list

Clone this wiki locally