ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

564 results

Javarevisited
5 Best Regular Expression Courses in Java , PHP , and JavaScript

Here are the best Regular Expression courses for programmers:- 1. The Complete Regular Expressions Course For Beginners: ...

3:51
5 Best Regular Expression Courses in Java , PHP , and JavaScript

100 views

3 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

Regex Quickies with Wiktor Stribiżew
Simple alphanumeric string validation

Simple alphanumeric string validation with anchors, regular character classes and limiting quantifiers. No Unicode stuff. Beginner ...

1:28
Simple alphanumeric string validation

865 views

4 years ago

Udacity
Regular Expressions - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

1:17
Regular Expressions - Programming Languages

588 views

13 years ago

Regex Quickies with Wiktor Stribiżew
Matching strings between two multicharacter strings

In this video, we learn how to match strings between two words that consist of more than one character, making it impossible to ...

3:28
Matching strings between two multicharacter strings

307 views

4 years ago

Real programming
Difference Between Scanner and BufferedReader Class  in Java  #programming

Difference Between Scanner and BufferedReader Class in Java You can support the channel on Patreon. So that during ...

0:33
Difference Between Scanner and BufferedReader Class in Java #programming

1,501 views

2 years ago

Udacity
Regular Expression Tools - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

0:58
Regular Expression Tools - Programming Languages

324 views

13 years ago

Sujith George
Regular Expressions Course Teaser

Teaser on the course on regular expressions.

2:24
Regular Expressions Course Teaser

181 views

6 years ago

Techie Dot Com
How to Check if String Contains Only Digits in Java 2025?

Want to verify if a string has only digits using Java? ✓ This quick tutorial shows you how to use simple methods like regex or ...

1:05
How to Check if String Contains Only Digits in Java 2025?

38 views

4 months ago

Funnel
Understand the basics of Regular Expressions (Regex) in under 3 minutes

Have you heard people mentioning the term "Regex" and wondered what it is, how it works and how you could use it? Listen to ...

2:33
Understand the basics of Regular Expressions (Regex) in under 3 minutes

856 views

4 years ago

Udacity
Regular Expressions Solution - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

0:41
Regular Expressions Solution - Programming Languages

143 views

13 years ago

Regex Quickies with Wiktor Stribiżew
Extracting trimmed digit sequences between pipes

Learn how to extract all digit sequences between a pair of pipe symbols even if the matches are consecutive. REGEX FIDDLE: ...

2:52
Extracting trimmed digit sequences between pipes

107 views

4 years ago

Regex Quickies with Wiktor Stribiżew
Limit the length of the whole string matched with a specific pattern

Sometimes, we already have a working pattern that validates a specific string format, and we only need to add a whole string ...

1:50
Limit the length of the whole string matched with a specific pattern

668 views

4 years ago

Techie Dot Com
How to Count Words Without Using split() in Java 2025?

Need to count the number of words in a sentence without using split() in Java? ✂️ This tutorial shows you how to loop ...

1:10
How to Count Words Without Using split() in Java 2025?

12 views

4 months 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

275 views

1 year ago

LiveOverflow
Regular expression as Finite-state machine - Short

A short introduction to regular expressions and how you can visualise them. It's very helpful when auditing input validation.

2:09
Regular expression as Finite-state machine - Short

37,011 views

7 years ago

Udacity
Match the Methods - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:31
Match the Methods - Intro to Java Programming

7,166 views

10 years ago

Byte-Sized Computer Science
Essential Java String Operations: concat, toUpperCase, toLowerCase, and split

More essential String methods! Learn concat (joining two strings), toUpperCase and toLowerCase (changing character case), and ...

1:38
Essential Java String Operations: concat, toUpperCase, toLowerCase, and split

7 views

2 months 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

20,080 views

2 years ago

Sujith George
Regular Expressions - Introduction to Find and Replace using capture groups

Introduction to Find and Replace using capture groups.

1:47
Regular Expressions - Introduction to Find and Replace using capture groups

52 views

6 years ago