Add Contains chainer and others!
Adds the following chainers:
Contains
- allows checking if a string, list, or array contains somethingDoesNotContain
- allows checking if a string, list, or array does not contain somethingIsNotNil
- to use when you need to ensure something isn'tnil
IsNotEmpty
- to use when you need to ensure something isn't empty