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
564 results
Here are the best Regular Expression courses for programmers:- 1. The Complete Regular Expressions Course For Beginners: ...
100 views
3 years ago
Hands on session with Java regex engine.
102 views
6 years ago
Simple alphanumeric string validation with anchors, regular character classes and limiting quantifiers. No Unicode stuff. Beginner ...
865 views
4 years ago
This video is part of an online course, Programming Languages. Check out the course here: ...
588 views
13 years ago
In this video, we learn how to match strings between two words that consist of more than one character, making it impossible to ...
307 views
Difference Between Scanner and BufferedReader Class in Java You can support the channel on Patreon. So that during ...
1,501 views
2 years ago
324 views
Teaser on the course on regular expressions.
181 views
Want to verify if a string has only digits using Java? ✓ This quick tutorial shows you how to use simple methods like regex or ...
38 views
4 months ago
Have you heard people mentioning the term "Regex" and wondered what it is, how it works and how you could use it? Listen to ...
856 views
143 views
Learn how to extract all digit sequences between a pair of pipe symbols even if the matches are consecutive. REGEX FIDDLE: ...
107 views
Sometimes, we already have a working pattern that validates a specific string format, and we only need to add a whole string ...
668 views
Need to count the number of words in a sentence without using split() in Java? ✂️ This tutorial shows you how to loop ...
12 views
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 ...
275 views
1 year ago
A short introduction to regular expressions and how you can visualise them. It's very helpful when auditing input validation.
37,011 views
7 years ago
This video is part of an online course, Intro to Java Programming. Check out the course here: ...
7,166 views
10 years ago
More essential String methods! Learn concat (joining two strings), toUpperCase and toLowerCase (changing character case), and ...
7 views
2 months ago
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 ...
20,080 views
Introduction to Find and Replace using capture groups.
52 views