Skip to main content

Type Alias: StringMatchingConstraints

StringMatchingConstraints = object

Defined in: packages/fast-check/src/arbitrary/stringMatching.ts:23

Constraints to be applied on the arbitrary stringMatching

Remarks

Since 3.10.0

Properties

maxLength?

optional maxLength?: number

Defined in: packages/fast-check/src/arbitrary/stringMatching.ts:29

Upper bound of the generated string length (included)

Default Value

0x7fffffff

Remarks

Since 4.6.0


size?

optional size?: SizeForArbitrary

Defined in: packages/fast-check/src/arbitrary/stringMatching.ts:34

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

Remarks

Since 3.10.0