Common built-in validators for multiple data types
Ensures a value is present, treating it as required. For strings, it optionally allows empty values based on the allowEmptyStrings parameter.
allowEmptyStrings
Ensures the value is not empty. Can be applied to strings or collections.
Last updated 1 year ago