String Mask Query

String Mask Query

I am using the jQuery string mask for user input,

is it possible to allow hyphenated last names ?

ie: smith-jones


 
   $(lastName).mask("aa?aaaaaaaaaaaaaaaaa");

cheers mick