Published
- 1 min read
remove   from string in typescript
The solution for this is noted below
remove   from string in typescript
Solution
var string = str.replace(/\ /g, '')
Try other methods by searching on the site. That is if this doesn’t work