tinymce return text and html
const html = <p><strong>fgkjhgh</strong></p>n<p><em>fgfghfgh</em></p>n<p>gfbfg</p>n<p>ghfgh fgf</p>"
let plainText = html.replace(/<[^>]*>/g, "");
console.log(plainText) // plainText= "fgkjhgh fgfghfgh gfbfg ghfgh fgf"
tinymce return text and html
const html = <p><strong>fgkjhgh</strong></p>n<p><em>fgfghfgh</em></p>n<p>gfbfg</p>n<p>ghfgh fgf</p>"
let plainText = html.replace(/<[^>]*>/g, "");
console.log(plainText) // plainText= "fgkjhgh fgfghfgh gfbfg ghfgh fgf"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us