Files
Desktop/ts/scripts/constants.std.ts
2026-03-12 16:24:01 -07:00

6 lines
224 B
TypeScript

// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export type DeletedMatch = RegExpMatchArray & { 1: string };
export const DELETED_REGEXP = /\(\s*deleted\s+(\d{2,4}\/\d{2}\/\d{2,4})\s*\)/i;