Regex Expression to include letters and a hyphen

Hi everyone,

May you please assist with a Regex expression for including letters and a hyphen

Hi Grace,

I'd recommend building out your regular expressions by coming up with some examples and testing expressions live in an online tool. That'll help clarify how the expression is working and what does/doesn't match.

-Clayton