ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

45,955 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

687,164 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,177 views

1 year ago

midudev
🚫 EXPRESIONES REGULARES en JAVASCRIPT ¡NO hagas esto! 🙅‍♂️ (Reto Javascript) #shorts

Reto de JavaScript al usar expresiones regulares y el método test para comprobar si un string tiene ocurrencias de un patrón.

1:00
🚫 EXPRESIONES REGULARES en JAVASCRIPT ¡NO hagas esto! 🙅‍♂️ (Reto Javascript) #shorts

66,907 views

4 years ago

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

Thank you,

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

478,280 views

3 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,602 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

563 views

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

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

2 years 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,133 views

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

104 views

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

464 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!

816 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,269 views

1 year 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

46 views

7 months ago

CodingTube
CÓMO validar formularios con JAVASCRIPT y Expresiones Regulares - #shorts

Cómo probar expresiones regulares?, ¿Cómo hacer validaciones en formularios?, ¿Cómo validar expresiones regulares en ...

0:55
CÓMO validar formularios con JAVASCRIPT y Expresiones Regulares - #shorts

54,921 views

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

5 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!

628 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

7 months ago

Gus Nando
Kenalan sama regex (regular expression)#javascript #pemrograman #coding #programming

Regex atau regular expression adalah sebuah notasi atau pola yang digunakan untuk mencari teks Jadi gini ya misal ...

1:01
Kenalan sama regex (regular expression)#javascript #pemrograman #coding #programming

548 views

2 years ago

PMFOX TECHNOLOGIES2
Que es REGEX o expresiones regulares #entrevista #javascript #preguntasyrespuestas #programador

Las **expresiones regulares** (REGEX) son patrones utilizados para encontrar una cierta combinación de caracteres dentro de ...

0:51
Que es REGEX o expresiones regulares #entrevista #javascript #preguntasyrespuestas #programador

557 views

1 year ago