mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
29f60f1d9b
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: 2026 The HedgeDoc developers (see AUTHORS file)
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
export const ALIAS_REGEX = /^[\p{Letter}\p{Mark}\p{Number}_\-\p{RGI_Emoji}]+$/v
|