I want to remove teh HTML Tags from a string but the format should remai. For example:
This is a test. Will this text be bold or italic
and the output is like this:
This is a test. Will this text be bold or italic
Is this possible?
I want to remove teh HTML Tags from a string but the format should remai. For example:
This is a test. Will this text be bold or italic
and the output is like this:
This is a test. Will this text be bold or italic
Is this possible?
Can you provide some more detail examples?
Because your Input and Output looks like same
Thanks