All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kurpathak.username.username-validation.1.0.1.source-code.ValidationMessages.properties Maven / Gradle / Ivy

Go to download

Java library for username validation for general use and with bean validation api.

There is a newer version: 1.4.0
Show newest version
com.github.ankurpathak.bean.constraints.NotContainConsecutivePeriod.message=can't have consecutive periods.
com.github.ankurpathak.bean.constraints.NotContainConsecutiveUnderscore.message=can't have consecutive underscores.
com.github.ankurpathak.bean.constraints.NotContainPeriodFollowedByUnderscore.message=can't have period followed by underscore.
com.github.ankurpathak.bean.constraints.NotContainUnderscoreFollowedByPeriod.message=can't have underscore followed by period.
com.github.ankurpathak.bean.constraints.StartWithAlphaNumeric.message=first character should be a letter (a-z) or number.
com.github.ankurpathak.bean.constraints.EndWithAlphaNumeric.message=last character should be a letter (a-z) or number.
com.github.ankurpathak.bean.constraints.UsernamePattern.message=use only letters (a-z), numbers, underscores, and periods.










© 2015 - 2024 Weber Informatics LLC | Privacy Policy