Help for this page

Select Code to Download


  1. or download this
    Bareword found where operator expected at -e line 3, near "] String0"
            (Missing operator before String0?)
    ...
            (Missing operator before String7?)
    syntax error at -e line 3, near "] String0"
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    my @matches = $initialStr =~ /\d+:\d+:\d+/g;
    
  3. or download this
    my @matches = $initialStr =~ /\[ .*? \] \s* ( \[ .*? \] .* )/gx;