I want to use the InputMask field on a textfield for a phone number. I managed to figure out that the character "9" allows digits.

What are the other characters that can be used here?

If I want to allow "(999) 999-9999" followed by an optional combination and any length of characters (e.g. "" or " extension 1234" or "5678", etc). How would I do that?