StringExtensionsStringIn Method | 
| Name | Description | |
|---|---|---|
| StringIn(String, StringOrRegularExpression) | 
            Returns true if s is present in values (corresponds to the $in filter operator).
              | |
| StringIn(String, IEnumerableStringOrRegularExpression) | 
            Returns true if s is present in values (corresponds to the $in filter operator).
              |