Regular expressions allow us to describe families of strings in a user-friendly and intuitive way, if you’re that kind of person. For example, a regular expression can describe valid post codes, phone numbers, names, addresses, etc. A regular expression can be translated into a finite automaton. This automaton can then be used to check whether […]
Read More… from Generating Test Data using Regular Expressions with Java