private bool CheckString(string src, string tar)
{
string temp = Regex.Replace(tar, @"[.$^{[(|)*+?]", "");
if (temp.Length < tar.Length)
return false;
if (Regex.IsMatch(src, @"b" + tar + @"b"))
return true;
return false;
}

2023-03-03
0万阅读

2023-03-03
0万阅读

2023-02-22
7万阅读

2023-02-16
9万阅读

2023-02-16
8万阅读

2023-02-12
8万阅读

2023-02-12
8万阅读
2023-02-10
10万阅读

2023-01-19
5万阅读

2023-01-18
5万阅读

2023-03-03
0万阅读

2023-03-03
0万阅读

2023-02-22
7万阅读

2023-02-16
9万阅读

2023-02-16
8万阅读

2023-02-12
8万阅读

2023-02-12
8万阅读
2023-02-10
10万阅读

2023-01-19
5万阅读

2023-01-18
5万阅读