Pattern Validation Question

Is there a way to use a pattern validation to allow only a 4 digit number or the word ‘None’?

Maybe ^(\d{4}|None)$

1 Like

Thanks Patrick, looks like it will work. That’s a handy link as well. Bookmarked for future use.