Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,638 results
Unlock the power of regular expressions in JavaScript with our comprehensive guide to the `match()` method! This tutorial is ...
22 views
4 months ago
Is there any need for pattern matching I don't think so I know there's a certain contingent of programmers who really like pattern ...
15,753 views
8 months ago
ECMAScript 2025 is bringing some exciting new features to JavaScript—and one of the most promising is Pattern Matching!
36 views
9 months ago
Master Regular Expressions in JavaScript with this in-depth, beginner-friendly tutorial. Learn patterns, flags, character classes, ...
1,671 views
1 month ago
00:29 - Basic Syntax 00:49 - Simple Example 01:18 - Case Sensitivity 01:50 - Pattern Matching Examples 02:25 - Global Flag ...
13 views
Hey everyone, Radzion here. Today I'll show you how I replace switch-case with practical pattern matching techniques in ...
6,119 views
6 months ago
Delve into pattern matching in JavaScript for a more streamlined and efficient coding experience. Learn the concise ways to ...
3 views
11 months ago
Unlock the power of regular expressions with backreferences! This beginner-friendly tutorial breaks down how to use ...
19 views
Unlock the secrets of email validation using regular expressions (regex)! This beginner-friendly tutorial guides you through ...
168 views
Learn how to correctly verify if an item from one array is present in another array in JavaScript. --- This video is based on the ...
1 view
Note: Nested loops ke upar abhi maine koi video nahi banayi hai. Jaldi hi wo video banakar upload kar doonga. Tabtak ke liye ...
4,073 views
2 months ago
Learn how to implement client-side form input validation using regular expressions (RegEx)! This tutorial is perfect for beginners ...
95 views
Discover how to extract specific patterns from strings in JavaScript using regular expressions. Learn a simple method to identify ...
7 months ago
Discover an easy method to validate strings in JavaScript and ensure they match your desired `special format`. --- This video is ...
0 views
Learn how to use regular expressions (RegEx) in JavaScript to remove everything after the first `|` in a given string efficiently.
18 views
Unlock the power of JavaScript's `split()` method using regular expressions! This tutorial is designed for beginners and ...
8 views
Learn how to effectively use JavaScript to match specific strings in an array with regular expressions. Simplify your code with clear ...
Learn how to create an efficient `regex` pattern that matches sequences of capital letters followed by `:Y` in both Java and ...
5 months ago
Learn how to use `Regex` to match complex URL patterns in JavaScript with this detailed guide, perfect for beginners looking to ...
Discover how to effectively use JavaScript regex to match everything except the numbers in a time format string like HH:MM:ss, ...