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
272 results
Master Regular Expressions in JavaScript with this in-depth, beginner-friendly tutorial. Learn patterns, flags, character classes, ...
1,130 views
13 days ago
Welcome to another powerful session of the DevByte ByteBuilder Bootcamp In this lesson, we break down JavaScript Regular ...
10 views
3 days ago
... a string using Regex and the replace() method. We will also understand the regular expression step-by-step so even beginners ...
49 views
2 weeks ago
JavaScript Regex, input Validation, regular expression pattern matching, string manipulation in JavaScript, user data validation ...
0 views
11 days ago
As you scan through the code, one particular line catches your attention — a regular expression. Immediately, you knew this was ...
171 views
2 days ago
... data types in non-primitive data types we have object array function and date regular expression etc all are objects internally.
Have you ever wanted to use Regular Expressions directly in your Angular templates? Now you totally can! In this video, we ...
6,865 views
8 days ago
Learn how to efficiently extract number patterns separated by slashes (e.g., '8/8/69') from text using concise JavaScript regular ...
1 day ago
Welcome back to SenthilSmartQAHub In this video, we're going to check whether a string contains only digits using Regular ...
21 views
Welcome to SenthilSmartQAHub In this video, we are solving a very popular JavaScript interview program — Count how many ...
19 views
Learn about using regular expressions in JavaScript.
51 views
3 weeks ago
Welcome to SenthilSmartQAHub! In this video, we learn how to remove special characters from a string in JavaScript using split() ...
62 views
... split method but instead of passing a character as a separator we can also pass a regular expression yes split method can also ...
3,312 views
Learn how to efficiently extract user names and usernames from React Mention-style strings using a concise JavaScript regex ...
In this video CJ explains how he solved Advent of Code 2025 Day 1 and Day 2. Watch CJ solve the problems live here: ...
8,307 views
earn Regular Expressions (Regex) from scratch — practical, example-driven, and beginner-friendly. In this full tutorial you'll learn ...
61 views
Ever wondered if you can make a standard text input field validate numbers just like a dedicated number input? This video from ...
4 weeks ago
In this video CJ solves the advent of code 2025 day 1 and 2 challenges live on Twitch. 00:00:00 Welcome 00:01:33 What is ...
5,717 views
Learn how to find, check, and analyze text inside strings using JavaScript's built-in string search methods. In this lesson, you'll ...
Strings seem simple, but beneath the surface lies a powerful toolkit: from Unicode and template literals to regular expressions and ...