update-recipient-validator #2

Merged
Alfred-mk merged 2 commits from update-recipient-validator into master 2025-04-17 13:13:17 +02:00
Showing only changes of commit 57d8b98212 - Show all commits

View File

@ -5,7 +5,7 @@ import (
)
const (
aliasRegex = `^[a-zA-Z0-9]+(\.[a-zA-Z0.9]+)*$`
aliasRegex = `^(?i)[a-z][a-z0-9]*(\.[a-z0-9]+)*$`
)
// IsValidAlias checks if the alias is a valid alias format