Skip to content

function_startsWith

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

Function startsWith

_.startsWith(str,pattern)


startsWith does a string starts With the thing?

Parameter list

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

Returns:

Array



Back to function list

Clone this wiki locally