I need a regex that will only find matches where the entire string matches my query.
For instance if I do a search for movies with the name \"Red October\" I only wa
You can do it like this Exemple if i only want to catch one time the letter minus a in a string and it can be check with myRegex.IsMatch()
^[^e][e]{1}[^e]$