#Shorts
😍😍 😎😎Please Like this video and Subscribe my channel: https://bit.ly/3vvOCiS
Regular Expression in JavaScript Ep#1
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
// A regular expression is an object
// that describes a pattern of characters.
// Regular expressions are used to perform
// pattern-matching and "search-and-replace"
// functions on text.
// Syntax - /pattern/modifiers;
// --- /vCoding/i
// RegExp g modifier
let str = 'welcome to vCoding channel';
let ptrn = /C/g;
var res = str.match(ptrn);
console.log(res);
let str = 'Like & subscribe vCoding channel.';
let ptrn = /vCoding/g;
var res = str.match(ptrn);
console.log(res);
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#regex #regexp #RegExp #JavaScriptTutorial
#shortvideo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Music in this Video:
When you are using this track, we simply ask that you put this in your description:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
En esta página del sitio puede ver el video en línea JavaScript Tutorial | Regular Expression in JavaScript Ep#1 - RegExp - regex de Duración hora minuto segunda en buena calidad , que subió el usuario stepUP 21 mayo 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,498 veces y le gustó 48 a los espectadores. Disfruta viendo!