Regular Expressions 101

Community Patterns

line end marker

1

Regular Expression
PCRE2 (PHP >=7.3)

/
([^{,(\[\t=:;])\n
/
gm

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 - 9 months ago