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,655 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,156 views
8 months ago
Master Regular Expressions in JavaScript with this in-depth, beginner-friendly tutorial. Learn patterns, flags, character classes, ...
1,563 views
1 month ago
Hey everyone, Radzion here. Today I'll show you how I replace switch-case with practical pattern matching techniques in ...
6,101 views
6 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
Delve into pattern matching in JavaScript for a more streamlined and efficient coding experience. Learn the concise ways to ...
3 views
11 months ago
00:29 - Basic Syntax 00:49 - Simple Example 01:18 - Case Sensitivity 01:50 - Pattern Matching Examples 02:25 - Global Flag ...
11 views
Learn how to implement client-side form input validation using regular expressions (RegEx)! This tutorial is perfect for beginners ...
89 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
Unlock the power of regular expressions with backreferences! This beginner-friendly tutorial breaks down how to use ...
17 views
Discover how to extract specific patterns from strings in JavaScript using regular expressions. Learn a simple method to identify ...
7 months ago
Unlock the secrets of email validation using regular expressions (regex)! This beginner-friendly tutorial guides you through ...
151 views
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
Discover how to implement a flexible dynamic URL matching solution using JavaScript and Regex for various search parameters.
Learn how to effectively use JavaScript to match specific strings in an array with regular expressions. Simplify your code with clear ...
euclidean #rsiindicator #chartpatterns #vectordatabase #patternrecognition Disclaimer The information provided in this video is ...
690 views
we'll be looking at how you match a specific pattern of strings to a page using regex.
49 views
10 months ago
Learn how to create an efficient `regex` pattern that matches sequences of capital letters followed by `:Y` in both Java and ...
5 months ago
Discover if `JavaScript` has any built-in functions to identify whole word matches within a string efficiently.