I've just started using Regular Expressions and this is so overwhelming that even after reading documentation I can't seem to find where to start to help with my problem.
I have to a bunch of strings.
"Project1 - Notepad"
"Project2 - Notepad"
"Project3 - Notepad"
"Untitled - Notepad"
"HeyHo - Notepad"
And I have a string containing a wild card.
"* - Notepad"
I would need that if I compare any of these strings with the one containing the wildcard it returns true. (With Regex.IsMatch() or something like that..)
I don't usually asks for answers like that but I just can't find what I need. Could someone just point me out in the right direction ?