I am trying to achieve the following success:
Delete Opening
message
and trailing
"
leaving content in between and storing it in my variable using sscanf regular expressions. I wrote the following code:
sscanf( buffer, "message \"%[^\"]", message)
Which works when I have something like the message βHey there,β but when I try to execute the next line, I get only a space between the two quotes.
message "" "This is a test" ""
The result for this should be "" This is a test ""
, ? google, , . , , , - .
P.S. "" - , .
!