Domino Code Fragment

Code Name*
Validate that a field has alpha characters only.
Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.172.69.17.137
Description*
How do you validate that a field has alpha characters only?
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
Use the following for an Input Validation Formula:

@matches(string;"+{A-Za-z}")