Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-09-03 09:01
Flavor·PCRE2 (PHP)

/
([^{,(\[\t=:;])\n
/
gm
Open regex in editor

Description

marks ends of lines with ; (if you wrote something as an example in python and switched to php and you are too lazy to write ; after each line) doesnt marks it where its not supposed to mark (after { ( [ = , : and ; as an example

Submitted by anonymous