I have a correct string and then a string come anywhere. I must compare but this strings maybe not equal. Example Correct string is
SAAT:23:34
Coming string
SAAT:12:23
When I compare this strings, Answer must be true.
Patern like this
SAAT:..:..
Regex.IsMatch();
give me t string but ı dont want to this.
How can I compare two string..
SAAT:23:34equal toSAAT:12:23? Would it be equal toSAAT:xx:yy? OrTAAS.12.23?