Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use 5.018;
    use strict;
    ...
            say "\n\t The data, $data, does NOT MATCH\n";
        }
    }
    
  2. or download this
    C:perl -MYAPE::Regex::Explain -e " print YAPE::Regex::Explain->new(qr/
    +(^.* #[A-Z]*\d+.*$)/)->explain();"
    The regular expression:
    
    ...
    
    
             The data, F1234 SIMULATION, does NOT MATCH
    
  3. or download this
    $data matches regex
    
    TRAY HINGED PLSTC 20 CAV #F32473
    ...
    
    
             The data, F1234 SIMULATION, does NOT MATCH