Table of Contents

Class CANew

Namespace
SunamoCollections
Assembly
SunamoCollections.dll

Facade for newer collection utility methods.

public class CANew
Inheritance
CANew
Inherited Members
Extension Methods

Methods

ContainsAnyFromArray(string, string[])

Checks if the text contains any element from the array.

public static bool ContainsAnyFromArray(string text, string[] array)

Parameters

text string

The text to search in.

array string[]

The array of strings to look for.

Returns

bool

True if the text contains any of the array elements.