ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58,225 results

Fireship
Regular Expressions (RegEx) in 100 Seconds

Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...

2:22
Regular Expressions (RegEx) in 100 Seconds

681,828 views

5 years ago

dcode
An Easy Way to Do Regex - JavaScript String Match (In 2 Mins)

The string "match" method in JavaScript lets you conveniently apply regular expression searches to your strings, including support ...

2:35
An Easy Way to Do Regex - JavaScript String Match (In 2 Mins)

2,101 views

1 year ago

École du Web
Qu'est-ce qu'une Regex en JavaScript ?

1 Cours gratuit en t'abonnant à ma newsletter : https://www.le-designer-du-web.com/news ...

0:51
Qu'est-ce qu'une Regex en JavaScript ?

9,598 views

2 years ago

Notes
JavaScript: Replace all numbers in a string

javascript #coding #tutorial #short #regex A JavaScript tutorial on how to replace all numbers in a string. Please read the MDN ...

0:13
JavaScript: Replace all numbers in a string

4,566 views

1 year ago

Notes
How to replace all letters within a string except one with regex in JavaScript!

javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to replace all letters in a string except one. Please read ...

0:16
How to replace all letters within a string except one with regex in JavaScript!

809 views

1 year ago

CodeLucky
JavaScript Regex: Mastering the test() Method for Beginners

Dive into the world of JavaScript Regular Expressions! This video is your ultimate guide to understanding and using the `test()` ...

3:40
JavaScript Regex: Mastering the test() Method for Beginners

9 views

3 months ago

Notes
how to use regex to confirm if a specific element is included at the beginning or end of a string

coding #tutorial #javascript #regex #shorts A JavaScript tutorial on how to use regex (regular expressions) to confirm if a specific ...

0:23
how to use regex to confirm if a specific element is included at the beginning or end of a string

487 views

10 months ago

Code Samples
javascript - Regex to check whether a string contains only numbers

short #javascript #regex hash = window.location.hash.substr(1); var reg = new RegExp('^[0-9]$'); console.log(reg.test(hash)); I get ...

0:24
javascript - Regex to check whether a string contains only numbers

559 views

2 years ago

Leela Web Dev
49. Javascript Regular Expressions. Learn Regex methods like match, exec and test methods.

Hi Friends In this video, we will see how we can execute regular expressions in javascript using match exec and test methods If ...

3:41
49. Javascript Regular Expressions. Learn Regex methods like match, exec and test methods.

7,191 views

5 years ago

Notes
JavaScript: How To Replace All Instances Of An Element In A String With Regex

javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to replace all instances of an element within a string with a ...

0:10
JavaScript: How To Replace All Instances Of An Element In A String With Regex

3,783 views

1 year ago

Code Samples
javascript - Check whether a string matches a regex in JS

short #javascript #regex #match I want to use JavaScript (I can also use jQuery) to do check whether a string matches the regex ...

0:28
javascript - Check whether a string matches a regex in JS

421 views

2 years ago

Coding Study Point
js regex | string search | regular expression#shorts #javascript #programming

Use a regular expression to do a case-insensitive search for "coding study point" in a string: The result in n will be 6.

0:15
js regex | string search | regular expression#shorts #javascript #programming

1,390 views

3 years ago

PRO DEVELOPING CHAMPS
Regular Expressions in JavaScript | Regex | JavaScript full course #24

Regular Expressions in JavaScript | Regex | JavaScript full course #24 Hello Learners! In this video we will learn about Regular ...

3:45
Regular Expressions in JavaScript | Regex | JavaScript full course #24

45 views

5 months ago

Max Programming
If you truly hate RegEx, try this. #shorts

shorts #javascript #webdevelopment.

0:35
If you truly hate RegEx, try this. #shorts

1,630 views

3 years ago

Web Dev Cody
How to extract patterns from strings using regex groups #shorts

My VSCode Extensions: - theme: material community high contrast - fonts: Menlo, Monaco, 'Courier New', monospace - errors: ...

0:59
How to extract patterns from strings using regex groups #shorts

77,561 views

3 years ago

nimm
JavaScript | Use RegEx and Replace to fix phone numbers #shorts #javascript

RegEx's are amazing! You can easily fix badly formatted phone numbers in JavaScript using regular expressions and the replace ...

0:24
JavaScript | Use RegEx and Replace to fix phone numbers #shorts #javascript

2,652 views

3 years ago

Techie Nizam
Regular Expression in JavaScript
0:17
Regular Expression in JavaScript

5,763 views

1 year ago

Notes
How to remove all decimals, dashes, and underscores from a string with regex in JavaScript!

javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to remove all decimals, dashes, and underscores from a ...

0:15
How to remove all decimals, dashes, and underscores from a string with regex in JavaScript!

627 views

1 year ago

UniSwann
string replace() with regEx - JavaScript | #shorts

How to use the replace method in JavaScript. JavaScript replace with regular expression. String methods in JavaScript.

1:00
string replace() with regEx - JavaScript | #shorts

524 views

3 years ago