public marks

PUBLIC MARKS from jedi58 with tags development & "regexp regular expression"

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.