
TS jQuery Form Plugin – Allows developer to easily and unobtrusively create good looking web forms.
public static bool Contains(string inputString, string strToSearch)
{
return Regex.IsMatch(inputString, strToSearch);
}
TS jQuery Form Plugin – Allows developer to easily and unobtrusively create good looking web forms.
public static bool Contains(string inputString, string strToSearch)
{
return Regex.IsMatch(inputString, strToSearch);
}