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
3,590 results
Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...
9,355 views
1 month ago
Regex or regular expressions can be very scary to look at. They can seem like a mix of symbols and numbers to the untrained eye ...
232 views
6 months ago
Unlock the power of text manipulation with C++ Regular Expressions! This beginner-friendly tutorial walks you through the C++ ...
277 views
8 months ago
Learn how to utilize `Regex` in C- for replacing numbers in a string with unique, numbered placeholders like `-p1`, `-p2`, and so ...
3 views
In this video, I'll walk you through coding a simple REGEX engine from scratch. This engine compiles regular expressions into ...
1,453 views
7 months ago
Explore why the regex pattern '\b[Cc](?!+.)' is incorrect for matching 'C' or 'c' not followed by '+' or '.', and learn the corrected ...
2 views
10 months ago
Learn how to use regular expressions in C# to validate whether a string follows a proper URL format. Source Code: ...
106 views
This guide walks you through fixing a common issue encountered while trying to call Ruby regex through C API. Learn how to ...
Unlock the secrets to crafting the perfect C- Regex expression to match intricate string patterns. Learn step-by-step how to tackle ...
0 views
Unlock the power of regular expressions with character classes and ranges! This beginner-friendly tutorial dives deep into how to ...
12 views
3 months ago
Discover how to effectively use Regex in C- to handle whitespace when extracting integer values. Learn how to create patterns ...
Learn how to read complex formatted strings from a file in C, using regex for efficient input handling and data storage.
Unlock the power of regular expressions (regex) across different programming languages! This tutorial provides a ...
14 views
What Are RegexOptions In C#? In this informative video, we'll dive into the world of RegexOptions in C#. Understanding how to ...
Discover the best recommended guides for mastering Boost regular expressions in C++ to enhance your programming skills.
5 views
Dive into the intricacies of `regex` in C-, learn to troubleshoot common issues, and discover how to craft patterns effectively.
Discover how to effectively use regex in C++ to extract text before specific symbols and handle cases with Chinese characters ...
Learn how to design a `regular expression` that effectively separates characters "a" and "c" from being adjacent to each other in ...
Learn how to correctly match patterns using regular expressions in C++. Fix common mistakes to ensure accurate results in your ...
1 view
Discover how to effectively use Regex in C- to extract desired substrings; learn about regex replacements and achieve cleaner ...