title: Exact4AlphaNumericText
description: |
  Specifies an alphanumeric string with a length of 4 characters.
type: string
pattern: ^[a-zA-Z0-9]{4}$
example: 1234
