New python script has been added to the collection. This is a more general (more flexible and powerful) solution for the problem of string validation, considered in Test SSN example in Syntax section. The solution uses regular expression by re module of Python which allows to test more complex format patterns, including variable length, variations of splitting symbols, etc.

Check it out