Home > front end >  regex, replace all matches but once
regex, replace all matches but once

Time:09-26

let me explain my problem, i have this code so far:

post.contentHtml().replace(/<\/?[^>] (>|$)/g, '           
  • Related