Helpful
    Preparing search index...

    Represents a constraint that a string property is not pure white space.

    Implements

    • ValidatorConstraintInterface
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Validates that value is a string and has 1 or more non white-space characters.

      Parameters

      • value: any

        The value to check.

      Returns boolean

      True if value is a string and has 1 or more non white space characters.