I have been trying to make a regular expression for a last name field. The parameters are as follows: The only allowable characters are letters (upper and lower case), a period (.) and a dash (-). In using the ReFind command I had tried: ReFind("[a-zA-Z/-/.]", string but no luck so far. Any suggestions?