Help for this page

Select Code to Download


  1. or download this
    if(/nce|nse/) {
       s/$&/replace with what it's not/i;
       print;
    }
    
  2. or download this
    if(nse) {
       s/nse/nce/i;
    ...
       s/nce/nse/i;
       print;
    }