Help for this page

Select Code to Download


  1. or download this
    if (/my background error (\d+): (.+)/ ) {
       do something with the matched line
    }
    
  2. or download this
    if (/my background error (\d+): (.+(?!my3\.exe))/ ) {
       do something with the matched line
    }