hi i want to convert a string literal in to string value, can any one guide me in doing that
for eg i want o convert the following string literal in to stringvalue.
“hello \r\n world”
in to “hello world”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which language are you trying to accomplish this in?
For example, in C++ you could do:
To create the object as an STL String (assuming by ‘String Value’ you mean you want to store the string in some form of class?
Your question could really benefit from a bit of clarification.