Regular Expressions 101

Community Patterns

Compiler test

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[\t ]*(\w+)[\t \n]*(\w+)[\t \n]*=([^;])+;
/
gm

Description

Simple test for compiler regex. Not useful yet

Submitted by marcosfons - 2 years ago