Hi,
In our application we have many fields that are validated by using a regex. When the user enter an invalid data we show an error message. What I'm looking for is a way to create an example of a valid entry based on the regex we used to validate the field.
I know that there's already libraries written in perl and in Java (xeger) that do this, I'm looking for one in .Net (2.0), or to someone nice enough to share his
thx