ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,248 results

Geekific
What is RegEx? | Introduction to Regexes | Regular Expressions and Java Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Regexes are one of the ...

9:50
What is RegEx? | Introduction to Regexes | Regular Expressions and Java Patterns | Geekific

37,023 views

4 years ago

Alex Hyett
Finally Understand Regular Expressions - In Just 7 Minutes!

Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...

7:26
Finally Understand Regular Expressions - In Just 7 Minutes!

10,399 views

2 years ago

Geekific
Regexes in Java with Examples | Java Pattern and Matcher Classes | Escaping Characters | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the previous video of ...

7:21
Regexes in Java with Examples | Java Pattern and Matcher Classes | Escaping Characters | Geekific

8,278 views

3 years ago

The Dev World - by Sergio Lema
The Regex in Java | Complete Java Course for Beginners #18

In this video I explain what are the Regex. How to use the Regex in Java with the Pattern object and the Matcher object. I will also ...

8:21
The Regex in Java | Complete Java Course for Beginners #18

823 views

3 years ago

Corey Schafer
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are ...

37:55
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

1,342,474 views

8 years ago

Amigoscode
10 Most Common Java Developer Mistakes

In this video, we'll be discussing the top 10 most common mistakes that Java developers make and how to avoid them. As a Java ...

16:13
10 Most Common Java Developer Mistakes

129,339 views

2 years ago

DesignCodeDebugRepeat
Regular expressions in Java (introduction to regex and use in Java)

This series of videos is suitable for programmers with some programming or Java experience who want to learn object-oriented ...

25:25
Regular expressions in Java (introduction to regex and use in Java)

382 views

2 years ago

Regex Quickies with Wiktor Stribiżew
Backtracking in regular expressions

Ever wondered why your regex matches too much? Or, why a regex does not capture a full value and only stores its last character ...

4:23
Backtracking in regular expressions

2,236 views

4 years ago

CI-2SE
CI2SE Bases Java 064 Expressions Regulieres REGEX Patterns Patrons et Matchers Correspondances

Formez vous à votre rythme en vous abonnant à youtube video ci-2se. En cas de difficultés d'affichage, cliquez sur le bouton ...

36:11
CI2SE Bases Java 064 Expressions Regulieres REGEX Patterns Patrons et Matchers Correspondances

4 views

2 years ago

The Coding Train
2.4: Regular Expressions: Capturing Groups - Programming with Text

In this video I discuss capturing parentheses and how they are used to create numbered groups that referenced in a find / replace ...

13:42
2.4: Regular Expressions: Capturing Groups - Programming with Text

158,129 views

9 years ago

CI-2SE
CI2SE Bases Java 066 Expressions Regulieres REGEX Metacaracteres Meta Characters Suite

Formez vous à votre rythme en vous abonnant à youtube video ci-2se. En cas de difficultés d'affichage, cliquez sur le bouton ...

34:32
CI2SE Bases Java 066 Expressions Regulieres REGEX Metacaracteres Meta Characters Suite

2 views

2 years ago

Jakubication
Java How To Split A String

This video teaches how to split a string in Java. The way that is accomplished in this video is using the String method split. In Java ...

0:20
Java How To Split A String

19,896 views

2 years ago

CI-2SE
CI2SE Bases Java 065 Expressions Regulieres REGEX Metacaracteres Meta Characters

Formez vous à votre rythme en vous abonnant à youtube video ci-2se. En cas de difficultés d'affichage, cliquez sur le bouton ...

29:48
CI2SE Bases Java 065 Expressions Regulieres REGEX Metacaracteres Meta Characters

1 view

2 years ago

Regex Quickies with Wiktor Stribiżew
Why "(?:\s|.)*" is a bad pattern to match any character including line breaks

We are so fond of using a dot to match any character that we forget it does not always match line break characters. Then some of ...

4:36
Why "(?:\s|.)*" is a bad pattern to match any character including line breaks

909 views

4 years ago

Anurag Singh ProCodrr
RegEx Core Concepts: The Ultimate Guide | RegEx in One Video

For Indian Students ...

1:40:29
RegEx Core Concepts: The Ultimate Guide | RegEx in One Video

14,607 views

1 year ago

Bro Code
Java exception handling ⚠️

Java exception exceptions handling try catch finally #Java #exception #exceptions #handling #try #catch #finally.

7:53
Java exception handling ⚠️

155,896 views

5 years ago

Sujith George
Regular Expressions - Hands on with Java regex engine

Hands on session with Java regex engine.

3:41
Regular Expressions - Hands on with Java regex engine

102 views

6 years ago

CodeWithHarry
Regular Expressions in JavaScript | JavaScript Tutorial in Hindi #99

Link to the Repl - https://replit.com/@codewithharry/97jsmodules#module2.js Join Replit - https://join.replit.com/CodeWithHarry ...

11:26
Regular Expressions in JavaScript | JavaScript Tutorial in Hindi #99

154,173 views

3 years ago

Sujith George
Regex Find and Replace - First Name Last Name Problem

Regex Find and Replace - First Name Last Name Problem. Hands on using sed and Java regex engines.

6:31
Regex Find and Replace - First Name Last Name Problem

1,509 views

6 years ago

Jakubication
Java String Split

In Java, String split is how to split a string in Java. This video covers multiple different uses of the string split method. For example ...

1:07
Java String Split

264 views

1 year ago