fork download
  1. #include <iostream>
  2. #include <regex>
  3.  
  4. int main (int argc, char* argv[])
  5. {
  6. std::cout << std::regex_replace("ID;Type=Main:132dfi987416", std::regex("^(ID;Type=[^:]+:).*"), "$1REPLACEMENT");
  7. }
Success #stdin #stdout 0s 4568KB
stdin
Standard input is empty
stdout
ID;Type=Main:REPLACEMENT