ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

218 results

logicBase Labs
Learn Regular Expressions Fast - JavaScript Regex Tutorial for Developers

Master Regular Expressions in JavaScript with this in-depth, beginner-friendly tutorial. Learn patterns, flags, character classes, ...

25:39
Learn Regular Expressions Fast - JavaScript Regex Tutorial for Developers

1,090 views

11 days ago

Kenton's Channel
How to Use Regex in Javascript for Validation (full Guide)

How to Use Regex in Javascript for Validation (full Guide) | Surfshark VPN Deal — Stay private and secure. $1.99/mo + 3 ...

1:40
How to Use Regex in Javascript for Validation (full Guide)

0 views

9 days ago

Devbyte Community
JavaScript Regular Expressions (Regex) Explained | DevByte ByteBuilder Bootcamp

Welcome to another powerful session of the DevByte ByteBuilder Bootcamp In this lesson, we break down JavaScript Regular ...

37:22
JavaScript Regular Expressions (Regex) Explained | DevByte ByteBuilder Bootcamp

5 views

2 days ago

Playwright Automation Testing
Remove All Special Characters from String — JavaScript Regex Tutorial

Welcome back to SenthilSmartQAHub In this video, we are going to learn a powerful and commonly asked JavaScript interview ...

4:48
Remove All Special Characters from String — JavaScript Regex Tutorial

47 views

2 weeks ago

Playwright Automation Testing
Check String Contains Only Digits — JavaScript Regex Interview Program

Welcome back to SenthilSmartQAHub In this video, we're going to check whether a string contains only digits using Regular ...

3:27
Check String Contains Only Digits — JavaScript Regex Interview Program

18 views

13 days ago

vlogize
Lösung des Problems „Inkonsistentes JavaScript-Logikverhalten“ beim Testen von Regex

Entdecken Sie, warum Sie bei der Verwendung von regulären Ausdrücken in JavaScript, insbesondere in Verbindung mit der ...

2:08
Lösung des Problems „Inkonsistentes JavaScript-Logikverhalten“ beim Testen von Regex

0 views

3 weeks ago

Playwright Automation Testing
Count Vowels in a String in JavaScript | Regex match() Explained | Coding Interview Program

Welcome to SenthilSmartQAHub In this video, we are solving a very popular JavaScript interview program — Count how many ...

3:32
Count Vowels in a String in JavaScript | Regex match() Explained | Coding Interview Program

18 views

2 weeks ago

dveezy🤙
Compiling a 183KB Regex Pattern to Match All Words in Shakespeare - JavaScript Adaptive Radix Tree

Demonstrating compilation of a massive 183KB trie-regex pattern that matches all the words in the Complete Works of ...

6:44
Compiling a 183KB Regex Pattern to Match All Words in Shakespeare - JavaScript Adaptive Radix Tree

0 views

4 weeks ago

DataLearnm
Regular Expressions (Regex) Tutorial — Learn Regex with Examples (Beginner → Pro)

earn Regular Expressions (Regex) from scratch — practical, example-driven, and beginner-friendly. In this full tutorial you'll learn ...

21:05
Regular Expressions (Regex) Tutorial — Learn Regex with Examples (Beginner → Pro)

60 views

9 days ago

CodeHarbinger
Noob vs Pro: Count Vowels in a String

Count vowels with RegExp. Readable, robust, and tiny. A perfect utility snippet. Like , save , and subscribe! #javascript ...

0:31
Noob vs Pro: Count Vowels in a String

161 views

3 weeks ago

Geek4Tutorial
How to Validate Email Address in JavaScript | Regex Explained | #shorts #javascript

Want to validate email addresses properly in JavaScript? In this short, you'll learn how to match and validate emails using a clean ...

0:42
How to Validate Email Address in JavaScript | Regex Explained | #shorts #javascript

1,245 views

2 days ago

Robin Lange
Stop Using Complex Regex: A Developer's Plea! #shorts

Giant regex strings are a nightmare. Break it down! Parts, comments, readability. Save yourself (and your team) from unreadable ...

1:00
Stop Using Complex Regex: A Developer's Plea! #shorts

1,369 views

4 weeks ago

Syntax
Working on Debug December | AoC | Clash of Code | Syntax Bytes w/ CJ

In this live stream CJ works on the Debug December challenges. https://www.debugdecember.com/challenges/2025 ...

2:35:57
Working on Debug December | AoC | Clash of Code | Syntax Bytes w/ CJ

2,557 views

Streamed 2 weeks ago

Geek4Tutorial
How to Validate Password Strength Using JavaScript | Regex Explained | #javascript #coding #shorts

Want to make sure users create strong and secure passwords? In this short, you'll learn how to validate password strength in ...

0:42
How to Validate Password Strength Using JavaScript | Regex Explained | #javascript #coding #shorts

1,148 views

8 days ago

Playwright Automation Testing
Remove Special Characters from a String in JavaScript | Regex + split + join Explained

Welcome to SenthilSmartQAHub! In this video, we learn how to remove special characters from a string in JavaScript using split() ...

4:24
Remove Special Characters from a String in JavaScript | Regex + split + join Explained

61 views

2 weeks ago

Geek4Tutorial
How to Validate Email in JavaScript Using Regex | Quick JS Tip #javascript #shorts

Want to check whether an email address is valid in JavaScript? In this short, you'll learn a simple and powerful isValidEmail() ...

0:36
How to Validate Email in JavaScript Using Regex | Quick JS Tip #javascript #shorts

1,135 views

1 month ago

Learn from Code
Lesson 11 – JavaScript String Search Methods ⚡

Learn how to find, check, and analyze text inside strings using JavaScript's built-in string search methods. In this lesson, you'll ...

20:03
Lesson 11 – JavaScript String Search Methods ⚡

0 views

9 days ago

Becodewala
LeetCode 125 ⚡ Valid Palindrome | Clean JavaScript Solution Using Regex 🔥💡

Solve LeetCode 125 – Valid Palindrome with a clean and beginner-friendly JavaScript + Regex approach! This short explains: ✔️ ...

0:15
LeetCode 125 ⚡ Valid Palindrome | Clean JavaScript Solution Using Regex 🔥💡

1,035 views

2 weeks ago

TechnicallyRipped
Polars Replace Explained in One Minute | Python Tutorial

In this short tutorial, I walk through how the replace function works in Polars. You'll see how to swap specific values in a column ...

0:52
Polars Replace Explained in One Minute | Python Tutorial

1,280 views

3 weeks ago

Geek4Tutorial
How to Extract Numbers from a String in JavaScript | Regex JS Tips | #javascript #coding

Need to extract numbers from text in JavaScript? In this short, you'll learn a safe and clean one-liner using regex, optional ...

0:53
How to Extract Numbers from a String in JavaScript | Regex JS Tips | #javascript #coding

771 views

9 days ago

vlogize
JavaScripts Regex entschlüsseln: Variablen aus URL-Strings erfassen

Entdecken Sie, wie Sie Regex in JavaScript effektiv nutzen, um Variablen aus URL-Strings ohne Aufteilung zu erfassen. Lernen ...

1:49
JavaScripts Regex entschlüsseln: Variablen aus URL-Strings erfassen

0 views

3 weeks ago

Rabeeh Abbasi
Javascript - Regular Expressions

Learn about using regular expressions in JavaScript.

41:20
Javascript - Regular Expressions

51 views

3 weeks ago

WeNeedSomeAnonymous
Regex Cheat Sheet – Master Regular Expressions Fast! 🔍 #Shorts

Struggling to remember all those regular expression (regex) symbols? This short gives you a quick regex cheat sheet with the ...

0:08
Regex Cheat Sheet – Master Regular Expressions Fast! 🔍 #Shorts

1,028 views

3 weeks ago

dveezy🤙
Compiling a 116KB Regex Pattern to Match All Words in Moby Dick - JavaScript Adaptive Radix Tree

In this video I demo compiling a massive 116KB trie regex pattern that matches all the words in Moby Dick by using my JavaScript ...

5:08
Compiling a 116KB Regex Pattern to Match All Words in Moby Dick - JavaScript Adaptive Radix Tree

355 views

4 weeks ago

TechiesReign Skills Academy
JavaScript String Replace() Method

Learn how to work with replace() method in JavaScript. Follow our training and start learning today! Follow @techiesreign on all ...

6:41
JavaScript String Replace() Method

0 views

3 weeks ago