The two characters )\" terminate the raw string literal in the example below. The sequence )\" could appear in my text at some point, and I wa
)\"
You can use,
R"aaa( Some Text)" )aaa";
Here aaa will be your string delimiter.
aaa