API reference › @evolu/common › Type › RegexError
Defined in: packages/common/src/Type.ts:5668
Error returned when a string does not match the regular expression supplied to regex.
Extends
TypeError<Name>
Properties
flags
readonly flags: string;
Defined in: packages/common/src/Type.ts:5673
source
readonly source: string;
Defined in: packages/common/src/Type.ts:5672
type
readonly type: Name;
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:5671