.. _containsall: =========== ContainsAll =========== Checks if a field contains all of the configured values. .. code-block:: typoscript Example Code: validators { DefaultValidator { model = DefaultValidator config { fields { message.errorChecks { containsAll { model = ContainsAll values = Hello,Regards } } } } } } **Properties** .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **values** - Comma separated list of values of which all must be present in the value of a given field * - - * - *Mandatory* - False * - *Data Type* - String * - *Default* - Empty String .. toctree:: :maxdepth: 2 :hidden: