static String nativecidtoCcid(String nativecid) { return nativecid.replaceAll("c2c_", "").replaceAll("group_", ""); }