let t_q3uiip printorig s = 
  try if Str.string_match reg_q3uiip s 0 then
    let ipp = Str.matched_group 1 s in 
    if printorig then va "%22s  <>  %s" ipp s else ipp
  else "" with _ -> ""