Help for this page

Select Code to Download


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