0
C++ RegEx
So I'm not super familiar with regular expressions in C++, so I need help. Basically, I need to extract the texts after "Test1:" and "Test2:" and store them in their own variables. How can I do this? https://code.sololearn.com/c40yWpce21Hb/?ref=app
1 Odpowiedź
+ 2
Master Forts I appreciate the response, but this isn't what I'm looking for. I'm trying to use regex to parse a string. Lol. Thanks tho