Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
*(?:.*\S.*\n)+\n? *: +(?:.|\n)+?(?:\n{2,}(?=\S)(?! *: +)(?! *(?:\S.*\n)+?\n? *: +)|$)
/
g

Description
Created·2022-01-10 09:34
Type·Match
Flavor·JavaScript

This is the ECMAScript version of PHP regex for matching definition list as defined in PHP Markdown Extra .

Submitted by Chattille
Open Workspace