-
-
Notifications
You must be signed in to change notification settings - Fork 3
function_endsWith
Wesley de Groot edited this page Oct 23, 2015
·
37 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
endsWith does a string ends With the thing?
- @param object [object] Wrapper
- @param string str the string
- @param string pattern the pattern
- @return bool
- @example _.endsWith('hi, i am wesley', 'wesley');
Type | @var | Description | Required |
object | [object] | Wrapper | Optional |
string | str | the | Required |
string | pattern | the | Required |
Array
© Wesley de Groot • CC-BY 4.0 • WDGWV