Wednesday 30 January 2013

Validation using Regular Expressions

The Validation functionality in Stadium allows users to add validation to a field.


Here are some useful tips and regular expression guide.

Tip 1 -  To match a single character, use [x]; where x represents the regular expression

Tip 2 -  To match a certain number of characters, use {x}; where x represents the number of characters