API Reference | fast-check | Property based testing framework
    Preparing search index...

    Type Alias StringMatchingConstraints

    Constraints to be applied on the arbitrary stringMatching

    Since 3.10.0

    type StringMatchingConstraints = {
        maxLength?: number;
        size?: SizeForArbitrary;
    }
    Index

    Properties

    Properties

    maxLength?: number

    Upper bound of the generated string length (included)

    0x7fffffff
    

    Since 4.6.0

    Define how large the generated values should be (at max)

    Since 3.10.0