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
428 results
Comparing System.out.println() and String.substring() in Java.
5 views
10 months ago
Learn how to print a substring of a string in Java! This tutorial shows you how to extract parts of a string using built-in methods and ...
4 views
Ready to unlock the secrets of string manipulation in Java? In this episode of Java Strings 101, we dive into the powerful charAt() ...
54 views
1 month ago
Want to find out where a character or substring appears in your Java strings? In this Java Strings 101 video, we explore the ...
42 views
Questions in English: ...
17 views
Ever wanted to count how many letters are in a word, grab one specific letter, or slice out part of a sentence in Java? ✂️ You can ...
544 views
9 months ago
Want to learn how to extract specific parts of a string in Java? In this Java Strings 101 video, we dive into the powerful substring() ...
26 views
Continue your String deep dive! We cover substring (returning a subsection using inclusive start and exclusive end indices) and ...
49 views
In this video, we solve a Java coding challenge involving string permutations and valid conjugate substrings. It's a great problem ...
11 months ago
In this tutorial, you'll learn how to use the contains() method in Java to check if a string contains a specific sequence of characters.
104 views
Want to get more out of your Java strings? In this video, we dive into two essential skills every Java programmer needs: ...
59 views
LeetCode 1358 Java Solution This problem looks like we need to generate every substring And that's exactly where most ...
13 views
2 weeks ago
LeetCode 1876: Substrings of Size Three with Distinct Characters – Python Tutorial In this beginner-friendly tutorial, we break ...
334 views
00:00 - Step-by-Step Explanation Java Code - https://leetcode.com/problems/maximum-repeating-substring/description/ leetcode ...
82 views
7 months ago
Just sharing my personal walkthrough of solving LeetCode 3. I made a simple sliding window animation and a short Java code ...
8 months ago
Today, we're diving into one of the coolest functions in SQL: the SQL SUBSTRING function and SUBSTRING_INDEX in MySQL.
176 views
Mini curso de estructura de datos en Java.
In this tutorial, you'll learn how to use the substring(startIndex) method in Java to extract a string starting from a specific position to ...
15 views
Detailed step-by-step solution for the 2024 AP Computer Science A MCQ Question 36 focusing on String Substring Loop Tracing.
1 view
In this tutorial, you'll learn how to use the substring() method in Java to extract a specific part of a string. We'll cover both ...