- or download this
MATCH = [](EntityName$ = DERIVED_ATTRIBUTE_TABLE, FieldNames$[]
- or download this
MATCH = {} = { this is a test }
- or download this
#!/usr/bin/env perl -l
...
my $re = qr< ( { [^}]+ } | \[ [^\]]+ \] ) >x;
print "MATCH = $1" while $line =~ /$re/g;
- or download this
MATCH = [ USER_ENTITY_NAME ]
MATCH = { this is a test }