Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-29 08:00
Flavor·PCRE2 (PHP)

/
[;}{]{1}\n{1}[^\S\r\n]*\/\/
/
gm
Open regex in editor

Description

I'd like to have a blank line before a line with a comment in PHP

Submitted by anonymous