Suppose I have the following string.
blaah blaah blaah blaah
the resulting string should be:
albbh albbh albbh albbh
Is there any built in method in JavaScript to find and replace a character like this in a string?
No comments:
Post a Comment