• Hi
    When i receive response from my websites specific post, i get it like <p> Hello </p>
    I need it without html tags
    Please tell me how to do this

Viewing 1 replies (of 1 total)
  • Hi ,
    you can make it by your self , i used pattern by javascript .
    html.replace(/<\/?[^>]+>/ig, " ")

    this is working fine with me .
    hope to helps you

Viewing 1 replies (of 1 total)
  • The topic ‘Get Content in JSON without html’ is closed to new replies.