Javascript Replace Method - You think you know replace?

Описание к видео Javascript Replace Method - You think you know replace?

Hello there. This my third video in a javascript video series I am recording about the string method replace.

Here is a link to the first video where I am explaining the basics of replace:

   • The javascript method replace - From ...  

The replace() method returns a new string with some or all matches of a pattern replaced by a replacement. The pattern can be a string or a RegExp, and the replacement can be a string or a function to be called for each match. If pattern is a string, only the first occurrence will be replaced.

The original string is left unchanged.

#regex #replaceadvanced #javascriptstringmethods #stringreplace #replacemethod

Комментарии

Информация по комментариям в разработке