Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-30 18:27
Flavor·ECMAScript (JavaScript)

/
\[([a-zA-Z0--ž\s\-,."']+)\]\s+
/
gmi
Open regex in editor

Description

// Expecting this is a string, will try to replace md links // in wrong format: // [link nowhere] or [link] // to just link nowhere or link

Submitted by diegoaguilar