C++ How to Extract Substring between two same symbols
I am new to c++ programming. I need some help,
I have string : ---- Input : "Name : $$ Enter Your Name2 $$" I want to extract string between $$ symbols including symbols : ---- Output : "$$ Enter Your Name2 $$"
Aucun commentaire:
Enregistrer un commentaire