travisowens
Well-known member
Why is the following true when txtInput.Text is ""?
And how do I stop this?
Code:
Regex.IsMatch("foobar", txtInput.Text)
And how do I stop this?