Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-24 00:03
Updated·2024-08-27 03:24
Flavor·PCRE2 (PHP)

/
(?<!\\)(?:\[{2}[^\n|]+(?:\|[^\n]+)?]]|\[[^\n]+]\([^\n:]+\))
/
g
Open regex in editor

Description

This should match any valid Obsidian internal links, in either wikilinks or Markdown format.

It is designed for use with ICU.

Submitted by @Calion