19 November 2006 13:45
Regular Expressions and Validation
Regular Expressions are a popular way of performing complex string matching on variables. To anyone who is relatively new to them though, it can be daunting. This guide shows how to use them, with examples for using them in validation techniques.
1
(1 marks)