Introduction

There are three core concepts you need to know with Strickland:

  1. Validators are implementations of your validation rules

  2. Validation is the act of executing a validator against a value

  3. Validation Results are the output of validation for the given validator and value

Last updated