Uiinfrastructure API Docs  
 

GeneralHelpers.CompareStringWithWildCard Method 

Compares two string with wildcard support for beginning and end of string using '^' defined in WILDCARD_ANCHOR.

public static bool CompareStringWithWildCard(
   string input,
   string check
);

Parameters

input
Input string. '^' at the start of the string means string begins with, and '^' at the end means string ends with.
check
The string to compare against

Return Value

See Also

GeneralHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace