Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-06-25 20:29
Flavor·PCRE (Legacy)

/
^(?<token>[\w\-]+|BREAKING CHANGE)(?<seperator>: | #)(?<value>.*?(?=^([\w\-]+|BREAKING CHANGE)(: | #)))
/
gms
Open regex in editor

Description

Supports multi line value for git trailers with lookahead for beginning of next git trailer

Submitted by Christos Cunning