Published
- 1 min read
replaceall <br/> with another letter angular
The solution for this is noted below
replaceall
with another letter angular
Solution
str = str.replace(/<br\s*\/?>/gi, ' ')
Try other methods by searching on the site. That is if this doesn’t work