ListMatchermatch(ListString, ListString) Method

match two sets of strings. The first set of strings may contain regular expressions prefixed by "&".

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static bool match(
	List<string> set1,
	List<string> set2
)

Parameters

set1  ListString
List of search strings.
set2  ListString
List of strings to be searched.

Return Value

Boolean
true if one of the strings in set2 matches set1.

See Also