Skip to content

function_endsWith

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

Function endsWith

_.endsWith(str,pattern)


endsWith does a string ends With the thing?

Parameter list

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

Returns:

Array



Back to function list

Clone this wiki locally