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
40 results
You wrote the regex /mini|minivan/ and JavaScript produced "carvan". Not a bug — the regex engine reads your pattern in a way ...
3 views
2 days ago
Lookaheads and lookbehinds are zero-width assertions that check what's before or after a position without consuming characters.
1 view
6 days ago
Backreferences let you match a second occurrence of text captured by an earlier group. This lesson covers the syntax \1, \2, etc., ...
2 views
4 days ago
Your JavaScript works. You just don't know why. Spec'd Out decodes the ECMAScript behaviours, browser internals, and gotchas ...
0 views
A regex can be tiny — (a+)+b — yet feed it thirty a's and no b, and some engines hang for years. How does a pattern that small ...
8 views
Code Files from this Video on GitHub - https://github.com/TheGigaChat/regex_course/tree/main/09-regex-lookahead-lookbehind _ ...
1 day ago
Looking for free developer tools that actually save time? In this video, I share 5 free tools that I use regularly during development.
FULL PLAYLIST: https://youtube.com/playlist?list=PLIlrbZQ-zp_A&si=Wlafi5dtmARqJz8U In this episode of the ANUBIS Redaction ...
7 views
5 days ago
Given an alphanumeric string s, return the second largest numerical digit that appears in s, or -1 if it does not exist.
77 views
7 days ago
In this video, we'll delve into some powerful topics from Advanced JavaScript 👨💻. These topics are what distinguish a skilled ...
14 hours ago
Paste your code and get a full security report in seconds. CodeGuard AI is a Django + Machine Learning vulnerability scanner that ...
17 views
3 days ago
Podcast ini adalah bedah materi dari tema Menguasai CSS: Membedah Arsitektur Gaya yang memberikan penjelasan dan ...
15 views
1. Memahami konsep dasar manipulasi data teks (string) menggunakan JavaScript. 2. Mengimplementasikan penggunaan ...
6 views
4 views
Master user input validation! In this tutorial, we build a responsive Sign Up / Registration Form in React complete with real-time ...
Submission for Hack Attack 3.0 Case Study 3: AI Governance & Responsible AI in Enterprise 🛡️ Project: AegisAI Team: ...
14 views
ACCESS PART 2 (AI, GPU, eBPF & Advanced DR): [Coming Soon] ------ Welcome to Part 1 of the Ultimate Modern SRE ...
59 views
21 hours ago
Set operations are a modern addition to JavaScript regex, enabled by the V flag. This lesson covers two powerful operations: ...
How to build, test, and export regular expressions without memorizing complex regex syntax! Try the Visual Regex Builder ...
3 hours ago