How can I get a string that is between two other declared strings, for example:
String 1 = "[STRING1]" String 2 = "[STRING2]"
Source: "832h0ufhu0sdf4[STRING1]I need this text here[STRING2]afyh0fhdfosdfndsf"
How can I get the "I need this text here" using C++.