I would like to create a preg_match function to validate my passowrds, but I\'m not sure how to write it to allow the following special characters to be used: <
preg_match
Look up character classes, a basic feature of regular expressions.