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
58,225 results
Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...
681,828 views
5 years ago
The string "match" method in JavaScript lets you conveniently apply regular expression searches to your strings, including support ...
2,101 views
1 year ago
1 Cours gratuit en t'abonnant à ma newsletter : https://www.le-designer-du-web.com/news ...
9,598 views
2 years ago
javascript #coding #tutorial #short #regex A JavaScript tutorial on how to replace all numbers in a string. Please read the MDN ...
4,566 views
javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to replace all letters in a string except one. Please read ...
809 views
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
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
short #javascript #regex hash = window.location.hash.substr(1); var reg = new RegExp('^[0-9]$'); console.log(reg.test(hash)); I get ...
559 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,191 views
javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to replace all instances of an element within a string with a ...
3,783 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
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,390 views
3 years ago
Regular Expressions in JavaScript | Regex | JavaScript full course #24 Hello Learners! In this video we will learn about Regular ...
45 views
5 months ago
shorts #javascript #webdevelopment.
1,630 views
My VSCode Extensions: - theme: material community high contrast - fonts: Menlo, Monaco, 'Courier New', monospace - errors: ...
77,561 views
RegEx's are amazing! You can easily fix badly formatted phone numbers in JavaScript using regular expressions and the replace ...
2,652 views
5,763 views
javascript #coding #tutorial #shorts #regex A JavaScript tutorial on how to remove all decimals, dashes, and underscores from a ...
627 views
How to use the replace method in JavaScript. JavaScript replace with regular expression. String methods in JavaScript.
524 views