Skip to content

Add Contains chainer and others!

Compare
Choose a tag to compare
@JosiahWitt JosiahWitt released this 02 Apr 03:45
· 121 commits to master since this release
61c6552

Adds the following chainers:

  • Contains - allows checking if a string, list, or array contains something
  • DoesNotContain - allows checking if a string, list, or array does not contain something
  • IsNotNil - to use when you need to ensure something isn't nil
  • IsNotEmpty - to use when you need to ensure something isn't empty