RegExpression Interface
Packages > @anticrm/core > RegExpression
Signature:
export interface RegExpression
Properties
Property | Type | Description |
---|---|---|
$options | string | |
$regex | string |
Events
$options
Signature:
$options?: string;
$regex
Signature:
$regex: string;