string parse eosio

  const size_t fb = str.find(",");
  auto d1 = str.substr(0 , fb);
  auto d2 = str.substr(fb + 1);
S.Mahdi