Help for this page

Select Code to Download


  1. or download this
    $str = "abc.def.ghi.jkl";
    $str =~ s{
      .*     # match as much as you can
    ...
                    \K    ""
               B    \.    "."
               BCCC .*    ".jkl"
    
  2. or download this
    case KEEP:
      PL_regstartp[0] = locinput - PL_bostr;
      break;