ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,590 results

Jacob Sorber
Regular Expressions in C (regex, regcomp, regexec)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

14:49
Regular Expressions in C (regex, regcomp, regexec)

9,355 views

1 month ago

Israel Quiroz
Regex C# Tutorial: How To Read ANY Regular Expression!

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 ...

23:26
Regex C# Tutorial: How To Read ANY Regular Expression!

232 views

6 months ago

CodeLucky
C++ Regular Expressions: A Beginner's Guide to Pattern Matching

Unlock the power of text manipulation with C++ Regular Expressions! This beginner-friendly tutorial walks you through the C++ ...

11:03
C++ Regular Expressions: A Beginner's Guide to Pattern Matching

277 views

8 months ago

vlogize
How to Use Regex to Replace Numbers with Unique Placeholders in C-

Learn how to utilize `Regex` in C- for replacing numbers in a string with unique, numbered placeholders like `-p1`, `-p2`, and so ...

1:52
How to Use Regex to Replace Numbers with Unique Placeholders in C-

3 views

8 months ago

Olivier Poncet
How a Regular Expression (REGEX) Engine Works

In this video, I'll walk you through coding a simple REGEX engine from scratch. This engine compiles regular expressions into ...

44:48
How a Regular Expression (REGEX) Engine Works

1,453 views

7 months ago

vlogommentary
Why the Regex Pattern '\b[Cc](?!+.)' is Incorrect for Matching 'C' Not Followed by '+' or '.'

Explore why the regex pattern '\b[Cc](?!+.)' is incorrect for matching 'C' or 'c' not followed by '+' or '.', and learn the corrected ...

3:09
Why the Regex Pattern '\b[Cc](?!+.)' is Incorrect for Matching 'C' Not Followed by '+' or '.'

2 views

10 months ago

Ervis Trupja
35. Using RegEx To Check if URL Format Is Valid

Learn how to use regular expressions in C# to validate whether a string follows a proper URL format. Source Code: ...

8:46
35. Using RegEx To Check if URL Format Is Valid

106 views

6 months ago

vlogize
How to Successfully Call Ruby Regex from C Code

This guide walks you through fixing a common issue encountered while trying to call Ruby regex through C API. Learn how to ...

1:34
How to Successfully Call Ruby Regex from C Code

3 views

8 months ago

vlogize
Mastering C- Regex: How to Match Complex String Patterns with Ease

Unlock the secrets to crafting the perfect C- Regex expression to match intricate string patterns. Learn step-by-step how to tackle ...

2:09
Mastering C- Regex: How to Match Complex String Patterns with Ease

0 views

8 months ago

CodeLucky
Mastering Character Classes: Simplify Regex with Ranges [a-z, 0-9, A-Z]

Unlock the power of regular expressions with character classes and ranges! This beginner-friendly tutorial dives deep into how to ...

3:30
Mastering Character Classes: Simplify Regex with Ranges [a-z, 0-9, A-Z]

12 views

3 months ago

vlogize
How to Fix Regex Whitespace Issues When Extracting Integer Values in C-

Discover how to effectively use Regex in C- to handle whitespace when extracting integer values. Learn how to create patterns ...

1:34
How to Fix Regex Whitespace Issues When Extracting Integer Values in C-

0 views

8 months ago

vlogize
How to Read Strings from a File in C Using Regex

Learn how to read complex formatted strings from a file in C, using regex for efficient input handling and data storage.

2:18
How to Read Strings from a File in C Using Regex

0 views

8 months ago

CodeLucky
Regex in JavaScript, Python, Java, PHP, C#, Go - Regular Expressions Tutorial for Beginners

Unlock the power of regular expressions (regex) across different programming languages! This tutorial provides a ...

6:26
Regex in JavaScript, Python, Java, PHP, C#, Go - Regular Expressions Tutorial for Beginners

14 views

3 months ago

Next LVL Programming
What Are RegexOptions In C#? - Next LVL Programming

What Are RegexOptions In C#? In this informative video, we'll dive into the world of RegexOptions in C#. Understanding how to ...

4:10
What Are RegexOptions In C#? - Next LVL Programming

0 views

3 months ago

vlogize
Learn Boost Regular Expressions with These Top Tutorials

Discover the best recommended guides for mastering Boost regular expressions in C++ to enhance your programming skills.

1:30
Learn Boost Regular Expressions with These Top Tutorials

5 views

10 months ago

vlogize
Understanding Regex Patterns in C#: Troubleshooting Common Issues

Dive into the intricacies of `regex` in C-, learn to troubleshoot common issues, and discover how to craft patterns effectively.

1:58
Understanding Regex Patterns in C#: Troubleshooting Common Issues

0 views

8 months ago

vlogize
Mastering Regex in C++: Extracting Content Before Specific Symbols

Discover how to effectively use regex in C++ to extract text before specific symbols and handle cases with Chinese characters ...

1:46
Mastering Regex in C++: Extracting Content Before Specific Symbols

2 views

8 months ago

vlogize
How to Create a Regular Expression That Prevents "a" and "c" From Being Next to Each Other

Learn how to design a `regular expression` that effectively separates characters "a" and "c" from being adjacent to each other in ...

1:53
How to Create a Regular Expression That Prevents "a" and "c" From Being Next to Each Other

3 views

8 months ago

vlogize
How to Fix Your Regex Pattern Matching Issues in C++

Learn how to correctly match patterns using regular expressions in C++. Fix common mistakes to ensure accurate results in your ...

1:33
How to Fix Your Regex Pattern Matching Issues in C++

1 view

8 months ago

vlogize
Retrieving the Replacement Template of Regex in C-

Discover how to effectively use Regex in C- to extract desired substrings; learn about regex replacements and achieve cleaner ...

1:39
Retrieving the Replacement Template of Regex in C-

1 view

8 months ago