Regular Expressions 101

Community Patterns

nga @builder doc header 4

0

Regular Expression
PCRE (PHP <7.3)

/
^\/\*-{78}\n(?<title> {4}.+?: .+\n)?[\n \t]+(?<desc>^ {4}(?:.+|\n)+?\n)?[\n \t]+(?<remarks>^ {4}(?:.+|\n)+?\n)?[\n \t]+(?<cols>^ {4}Columns:(?:.+|\n)+?\n)?[\n \t]+(?<cons>^ {4}Constraints:(?:.+|\n)+?\n)?[\n \t]+(?<tags>^ {4}Tags:(?:.+|\n)+?)?^\*\/ *\n
/
m

Description

no description available

Submitted by anonymous - 4 years ago