S
sridhartv25@gmail.com
Guest
Hello all,
I have a issue,
I am using this
strcat("mail2->" strcat("s" sprintf(nil "%L" 1)) "->value")
gives me the result
"mail2->s1->value"
How can I convert "mail2->s1->value" to mail2->s1->value.
And the second question is how can I remove \ character from a string.
(If possible by using rexCompile.)
Suppose I have
a="Sri\dhar"
I want it to be "Sridhar".
Regards,
Sridhar.
I have a issue,
I am using this
strcat("mail2->" strcat("s" sprintf(nil "%L" 1)) "->value")
gives me the result
"mail2->s1->value"
How can I convert "mail2->s1->value" to mail2->s1->value.
And the second question is how can I remove \ character from a string.
(If possible by using rexCompile.)
Suppose I have
a="Sri\dhar"
I want it to be "Sridhar".
Regards,
Sridhar.