ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,508 results

The Debug Zone
How to Get a Substring from a String in Java: A Complete Guide

In this comprehensive guide, we'll explore the ins and outs of extracting substrings from strings in Java. Whether you're a ...

6:30
How to Get a Substring from a String in Java: A Complete Guide

6 views

1 year ago

NCTV Educoment
30.Java Tutorial - #30 - substring() Method
1:54
30.Java Tutorial - #30 - substring() Method

6 views

7 years ago

J David Eisenberg
Chapter 6: The substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 6: The substring() and indexOf() methods

1,127 views

4 years ago

Interview DOT
Java - Contains - IndexOf - Find The Substring - Example Code Demo | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Java ...

1:28
Java - Contains - IndexOf - Find The Substring - Example Code Demo | InterviewDOT

171 views

5 years ago

Goeduhub Technologies
Substring in Java |  Java String substring() Method example

Free Online Tutorials https://www.goeduhub.com/8464/online-tutorials-and-certification-courses Artificial Intelligence(AI) ...

6:21
Substring in Java | Java String substring() Method example

20 views

5 years ago

TheDesignWave
Understanding Java Substring in 5 minutes

Learn what substrings are and how to use them in just 5 minutes! A substring is a smaller string inside a larger one. Find out how ...

4:43
Understanding Java Substring in 5 minutes

21 views

1 year ago

Interview DOT
Find The Longest Substring Without Repeating Characters Java | LeetCode Interview | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Find The ...

2:17
Find The Longest Substring Without Repeating Characters Java | LeetCode Interview | InterviewDOT

752 views

5 years ago

Goeduhub Technologies
Java String | String Functions In Java With Examples | substring in java

Free Online Tutorials https://www.goeduhub.com/8464/online-tutorials-and-certification-courses Artificial Intelligence(AI) ...

11:32
Java String | String Functions In Java With Examples | substring in java

13 views

5 years ago

Ingeniero John Ortiz Ordoñez
Java Ejercicio: 528 Insertar un Texto en una Cadena de Caracteres Utilizando la Función substring()

528. Insertar un Texto Dado en una Cadena de Caracteres Utilizando la Función substring() con el lenguaje de programación ...

4:12
Java Ejercicio: 528 Insertar un Texto en una Cadena de Caracteres Utilizando la Función substring()

1,585 views

4 years ago

The Debug Zone
How to find the count of substring in java

Today's Topic: How to find the count of substring in java Thanks for taking the time to learn more. In this video I'll go through your ...

2:31
How to find the count of substring in java

0 views

3 days ago

Roel Van de Paar
Longest Substring in Java

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:00
Longest Substring in Java

1 view

4 years ago

Tech Arrow
Compare two strings and find accuracy in Java

CompareStringsAndFindAccuracy Compare two strings print differences and find accuracy of that ...

1:45
Compare two strings and find accuracy in Java

168 views

5 years ago

Syntax
LeetCode 76. Minimum Window Substring (Java)

Please like and subscribe if this video helped and if you have any questions or know of a better way to do it please leave a ...

9:37
LeetCode 76. Minimum Window Substring (Java)

231 views

1 year ago

Roel Van de Paar
Find the Longest Substring without Repeating Characters - Java

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:07
Find the Longest Substring without Repeating Characters - Java

7 views

3 weeks ago

Roel Van de Paar
Case-insensitive replacement of "java" with "JAVA" using String.substring()

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:46
Case-insensitive replacement of "java" with "JAVA" using String.substring()

47 views

3 years ago

Roel Van de Paar
Code Review: LeetCode 76: Minimum Window Substring - Java

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:58
Code Review: LeetCode 76: Minimum Window Substring - Java

12 views

3 years ago

Roel Van de Paar
Java Regex . Get substring between certain KEYWORDS (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:44
Java Regex . Get substring between certain KEYWORDS (2 Solutions!!)

5 views

3 years ago

Bethany Petr
Concatenating Strings in Java with Selection

Writing a function to iterate over a String in Java and build a new string where some replacements have been made. 1) What is the ...

3:22
Concatenating Strings in Java with Selection

1,979 views

13 years ago

Bethany Petr
Java String Method charAt

Demo of the java String method charAt used to extract a single character from a string as a char.

2:33
Java String Method charAt

56,052 views

11 years ago

Peter Schneider
Number of unique strings that can be formed by reversing one substring of a string

Number of unique strings that can be formed by reversing one substring of a string I hope you found a solution that worked for you ...

2:33
Number of unique strings that can be formed by reversing one substring of a string

60 views

1 year ago

Interview DOT
Java - How Java Split() Works ?| Count The Number Of Substrings Example Code Demo | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Java How ...

1:44
Java - How Java Split() Works ?| Count The Number Of Substrings Example Code Demo | InterviewDOT

214 views

5 years ago

Mixible
Why does the java substring method work like this

Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...

2:21
Why does the java substring method work like this

0 views

1 year ago

Christian Hur
In-Place Algorithm to Reverse an Array of Strings in Java

Overview In this video, we'll create a pure in-place algorithm to perform a reverse operation on an array of strings using Java.

8:09
In-Place Algorithm to Reverse an Array of Strings in Java

435 views

2 years ago

Ganesh H
14 - Test if a String Contains a Substring - Quality Assurance with Chai - freeCodeCamp Tutorial

Chai's include() and notInclude() method can also be used on Strings. We can give a string and a substring to determine whether ...

3:22
14 - Test if a String Contains a Substring - Quality Assurance with Chai - freeCodeCamp Tutorial

571 views

5 years ago

Roel Van de Paar
Software Engineering: Java String substring() and StringBuilder delete() methods (3 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:54
Software Engineering: Java String substring() and StringBuilder delete() methods (3 Solutions!!)

13 views

3 years ago