Hi,
I am having trouble trying format my Expression to match my form fields to.
What I need is:
Any amount of LETTERS (upper or lower)
and if entered:
only one space and "-" at a time.
This is what I have so far but without any luck:
[a-zA-Z]+[ \-]{0,1}
Many Thanks,
Mark
I am having trouble trying format my Expression to match my form fields to.
What I need is:
Any amount of LETTERS (upper or lower)
and if entered:
only one space and "-" at a time.
This is what I have so far but without any luck:
[a-zA-Z]+[ \-]{0,1}
Many Thanks,
Mark