static S dropPrefixTrimIC_orNull(S prefix, S s) {
  ret dropPrefixICTrim_orNull(prefix, s);
}