-
-
Notifications
You must be signed in to change notification settings - Fork 3
flbeta_function_includes
Wesley de Groot edited this page Nov 5, 2017
·
34 revisions
_
(_)
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
v0.1.0 Beta
includes does a string includes the thing?
This function is for the Command Line Interface and Websites!
Type | @var | Description | Required |
object | [object] | Wrapper | Optional |
string | str | the string | Required |
string | pattern | the pattern | Required |
_.includes('hi, i am wesley', 'hi')
bool
[Back to function list](https://github.com/wdg/_.js/wiki/Function%20List%20(Beta))
© Wesley de Groot • CC-BY 4.0 • WDGWV