How to get free YouTube subscribers, likes and views?
Get Free YouTube Subscribers, Views and Likes

replace and replaceAll methods | String Object In JavaScript

Follow
Code Explained

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...

posted by Haglichfn