javascript - Fastest method to replace all instances of a character in a string

preview_player
Показать описание
#short
#javascript
#string
#replace
What is the fastest way to replace all instances of a string/character in a string in JavaScript? A while, a for-loop, a regular expression?
Рекомендации по теме