Is there a difference between ^[a-zA-Z] and [^a-zA-Z]? When I check in C#, Regex.IsMatch("t", "^[a-zA-Z]") // Returns true (I think it's correct) Regex.IsMatch("t ... More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.