Is there any way to search patterns in strings in C#?
Something like Sql LIKE would be very useful.
Operators.LikeString
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.compilerservices.operators.likestring(v=vs.100).ASPX
public static bool LikeString( string Source, string Pattern, CompareMethod CompareOption )