I'm am trying to pattern make a form attribute to accept only Text and numbers with no White space and no Special characters. I Tried several Regex expressions, but it doesn't go, Please help. Here is my code for the Form flow attribute
[Pattern(@"^[\w,\s-]+\.[A-Za-z]{3}$")]
,\s-
and\.
in the pattern? How do you define Text and numbers? – Wiktor Stribiżew