<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Constraints](./schema.constraints.md) &gt; [pattern](./schema.constraints.pattern.md)

## Constraints.pattern property

RegExp pattern that string values must match.

<b>Signature:</b>

```typescript
pattern?: string;
```
