replace and replaceAll methods | String Object In JavaScript

Опубликовано: 11 Август 2022
на канале: Code Explained
14,538
258

🎁 Join my channel to get access to perks:
   / @codeexplained  

🧡 Hello All JavaScript Lovers Outhere!

Today you're going to learn about the String Object In JavaScript.

This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.

In today's video, you're going to learn about the replace, and replaceAll methods.

The replace() method returns a new string with some or all matches of a pattern replaced by a replacement.

The replaceAll() method returns a new string with all matches of a pattern replaced by a replacement.

🟢🟠 The string.replace().
🔷 Syntax :
replace(regexp, newSubstr)
replaceAll(regexp, replacerFunction)

replace(substr, newSubstr)
replace(substr, replacerFunction)

🟢🟠 The string.replaceAll().
🔷 Syntax :
replaceAll(regexp, newSubstr)
replaceAll(regexp, replacerFunction)

replaceAll(substr, newSubstr)
replaceAll(substr, replacerFunction)

🌍 Social Media Links.
◾ Facebook :   / code.explained.official  
◾ Twitter :   / code_explained  
◾ Instagram :   / code.explained.official  
◾ GitHub : https://github.com/CodeExplainedRepo

💲 Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExpl...


Смотрите видео replace and replaceAll methods | String Object In JavaScript онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code Explained 11 Август 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 14,538 раз и оно понравилось 258 людям.