stringLength function

IEskValidator stringLength(
  1. List<IEskValidator> validators
)

/////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// Validates that the String's length matches the validators

Implementation

// String Validators
//////////////////////////////////////////////////////////////////////////////////

/// Validates that the String's length matches the validators
IEskValidator stringLength(List<IEskValidator> validators) => $isString & length(validators);