Skip to content

OBSIDIAN_UNSAFE_FILENAME_CHARS

Matches characters that are not safe to use in file names within Obsidian.

Import:

import { OBSIDIAN_UNSAFE_FILENAME_CHARS } from 'obsidian-dev-utils/obsidian/validation';

Signature:

const OBSIDIAN_UNSAFE_FILENAME_CHARS: RegExp

Type: RegExp