Hey guys,
I need help with a regular expression... I want to allow all Word characters (alphanumeric) AND Dashes...
i have an expression that allows alphanumeric characters:
BUT, how do I add it so that Dashes are also allowed in here? Thanks guys for the help!Quote:
\w{5,50}
