C# winform 检查textbox中是否含有某字符
3个回答
推荐于2018-04-30
展开全部
用正则吵仿手
string str="字符串";
if (Regex.IsMatch(str, @"^[^<>大猛""升嫌]*$"))
{
Console.WriteLine("没有");
}
else
{
Console.WriteLine("有");
}
string str="字符串";
if (Regex.IsMatch(str, @"^[^<>大猛""升嫌]*$"))
{
Console.WriteLine("没有");
}
else
{
Console.WriteLine("有");
}
追问
说Regex上下文不存在
追答
加个
using System.Text.RegularExpressions;
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
foreach(control c in this.controls)
{
if(c is textbox & c.name=需要运竖弊筛选的条件纤大))
{
return ((textbox)c).text.indexof("<"旁族)>=0
}
}
{
if(c is textbox & c.name=需要运竖弊筛选的条件纤大))
{
return ((textbox)c).text.indexof("<"旁族)>=0
}
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用foreach循环每个textbox控件,判断其text中是否含有你说的字符
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询