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
43,190 results
Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...
682,363 views
5 years ago
The string "match" method in JavaScript lets you conveniently apply regular expression searches to your strings, including support ...
2,106 views
1 year ago
javascript #coding #tutorial #short #regex A JavaScript tutorial on how to replace all numbers in a string. Please read the MDN ...
4,572 views
My VSCode Extensions: - theme: material community high contrast - fonts: Menlo, Monaco, 'Courier New', monospace - errors: ...
77,564 views
3 years ago
short #javascript #regex hash = window.location.hash.substr(1); var reg = new RegExp('^[0-9]$'); console.log(reg.test(hash)); I get ...
560 views
2 years ago
javascript #coding #tutorial #shorts A JavaScript tutorial on how to increase numbers within a string with regex. Please read the ...
1,235 views
javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to use a regular expression (regex) to remove blank ...
454 views
javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to replace all letters in a string except one. Please read ...
810 views
30 views
5 months ago
javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to remove all decimals, dashes, and underscores from a ...
627 views
In this video you will find out wow to find uncommented lines of code using Regex in VS Code #vscode #coding #regex #js.
995 views
Use a regular expression to do a case-insensitive search for "coding study point" in a string: The result in n will be 6.
1,395 views
Regex feels scary? Let's fix that! In this video, I'll show you how to create and test Regular Expressions easily using Regex101, ...
6,762 views
Hi Friends In this video, we will see how we can execute regular expressions in javascript using match exec and test methods If ...
7,196 views
Okay if there is a case of matching and this equal regular expression and for that must we use this match method with a given ...
322 views
Regular Expression in JavaScript | Part 1 - JavaScript #shorts 71 ======================================== Follow ...
4,184 views
449 views
Regular Expressions in JavaScript | Regex | JavaScript full course #24 Hello Learners! In this video we will learn about Regular ...
45 views
6 months ago
coding #tutorial #javascript #regex #shorts A JavaScript tutorial on how to use regex (regular expressions) to confirm if a specific ...
487 views
10 months ago
Dive into the world of JavaScript Regular Expressions! This video is your ultimate guide to understanding and using the `test()` ...
9 views
3 months ago
The Ultimate Cheat Sheet for JavaScript Regex - [2024] #feedshorts #coding #javascript #regex.
175 views
short #javascript #regex #match I want to use JavaScript (I can also use jQuery) to do check whether a string matches the regex ...
421 views
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 ...
101 views
RegEx's are amazing! You can easily fix badly formatted phone numbers in JavaScript using regular expressions and the replace ...
2,656 views
Javascript #ES6 #webdev #coding #validation #email #regex #codingtips #learning #programming #tutorial #codeSnippet ...
3,899 views