ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43,154 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

682,625 views

5 years 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,611 views

2 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,109 views

1 year 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,577 views

1 year ago

Visual Studio Code
I’m never writing another regex. EVER.

Thank you,

1:00
I’m never writing another regex. EVER.

477,881 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,565 views

3 years 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

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

560 views

2 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,795 views

1 year ago

tech savant
#JavaScript, #RegEx, #RegularExpression, #JSRegEx, #PatternMatching, js code to match given pattern
1:01
#JavaScript, #RegEx, #RegularExpression, #JSRegEx, #PatternMatching, js code to match given pattern

30 views

6 months ago

Notes
JavaScript: One Easy Way to Remove Blank Spaces From a String!

javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to use a regular expression (regex) to remove blank ...

0:09
JavaScript: One Easy Way to Remove Blank Spaces From a String!

458 views

1 year ago

RatPhd
Regex made simple: validating an email address

Regex is a tool that many people do not know how to use, and they fear learning it. With regex you can learn pattern matching in ...

0:56
Regex made simple: validating an email address

101 views

3 years 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!

811 views

1 year ago

Notes
JavaScript: How to remove all instances of an element within a string with regex

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

0:11
JavaScript: How to remove all instances of an element within a string with regex

6,056 views

1 year ago

Notes
How to use regex to increase numbers within a string in JavaScript!

javascript #coding #tutorial #shorts A JavaScript tutorial on how to increase numbers within a string with regex. Please read the ...

0:17
How to use regex to increase numbers within a string in JavaScript!

1,241 views

1 year ago

Invert Code
Regex trick that will simplify searching through any code

In this video you will find out wow to find uncommented lines of code using Regex in VS Code #vscode #coding #regex #js.

0:19
Regex trick that will simplify searching through any code

1,001 views

3 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,399 views

3 years ago

tech savant
#JavaScript,#RegEx, #RegularExpression, #JSRegEx,#PatternMatching, js code using regular expression

Okay if there is a case of matching and this equal regular expression and for that must we use this match method with a given ...

1:01
#JavaScript,#RegEx, #RegularExpression, #JSRegEx,#PatternMatching, js code using regular expression

322 views

6 months ago

PROGRAMMERS COLLEGE
Master Regex in Minutes with Regex101! ⚡🧩

Regex feels scary? Let's fix that! In this video, I'll show you how to create and test Regular Expressions easily using Regex101, ...

0:43
Master Regex in Minutes with Regex101! ⚡🧩

6,801 views

5 months ago

Notes
JavaScript: How to use regex to double all numbers in a string!

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

0:19
JavaScript: How to use regex to double all numbers in a string!

2,730 views

1 year ago

Notes
JavaScript: How to remove all punctuation characters within a string with regex

javascript #coding #tutorial #shorts A JavaScript tutorial on how to use regex to remove all punctuation within a string. Please read ...

0:11
JavaScript: How to remove all punctuation characters within a string with regex

5,569 views

1 year ago

Alex Dunlop
regex tutorial #programming  #coding

Regex looks like keyboard spam, but it's actually the most powerful tool in your coding arsenal. One line of regex can replace 50+ ...

0:25
regex tutorial #programming #coding

820 views

2 months ago

Code with Josh
Mastering Python REGEX:  Learn how to use findall() for Numbers we RE  #techeducation  #python101

In this tutorial, we dive into the findall() function from the regular expressions module to effortlessly extract numbers from strings.

0:49
Mastering Python REGEX: Learn how to use findall() for Numbers we RE #techeducation #python101

9,253 views

2 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,658 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

6 months ago