Alphabetical \A[\p{L}]+\z Alphabetical (with spaces) \A[\p{L} ]+\z Alphanumeric \A[\p{L}\p{N}]+\z Alphanumeric (with spaces) \A[\p{L}\p{N} ]+\z