Help for this page

Select Code to Download


  1. or download this
    $string="Referring Hospital Triage Time <183> 2 h (N <26> 191)"; 
    $pre_str="Referring Hospital"; 
    ...
    $str1=~s/\Q$pre_str\E//;
    
    print $str1;
    
  2. or download this
     Triage Time <183> 2 h (N <26> 191)