ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,281 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

J David Eisenberg
Chapter 4: 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 4: substring() and indexOf() methods

21,354 views

6 years ago

Gain Java Knowledge
How to find the longest String in an array of Strings

Hi Friends, #GainJavaKnowledge Welcome to this channel Gain Java Knowledge. We are providing best content of Java in聽...

5:49
How to find the longest String in an array of Strings

1,516 views

2 years ago

Mindful Techie
Day 26 of 100馃搶馃弳| Access Characters in a String Tutorial #javaforbeginners #javatutorial #strings

Access Characters in a String in Java Learn how to access characters in a string using Java's powerful charAt() method!

1:01
Day 26 of 100馃搶馃弳| Access Characters in a String Tutorial #javaforbeginners #javatutorial #strings

126 views

1 year ago

Basic Coding
index() String Method | DAY 11/47 of string methods  #coding #python #pythonprogramming

The index() method in Python is used to find the first occurrence of a specified value within a list, string, or other iterable. It returns聽...

0:54
index() String Method | DAY 11/47 of string methods #coding #python #pythonprogramming

61 views

1 year 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

168 views

5 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,007 views

11 years ago

Gain Java Knowledge
StringUtils Methods In Java

In this video, we will learn How to use StringUtils method in our project. #gainjavaknowledge 1. IsEmpty/IsBlank - checks if a聽...

40:46
StringUtils Methods In Java

906 views

2 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

4 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

Samir Paul
Advanced String Operations

Corresponds to ADSA 04_00 (Java) http://ads.mrpaul.net.

17:41
Advanced String Operations

1,062 views

11 years ago

Code with Nakov | SoftUni Global
[6/13] String and Text Processing - Java Foundations Certification

Learn more about the String class and its functions and how to efficiently process strings and text. Find out what StringBuilder is聽...

2:00:01
[6/13] String and Text Processing - Java Foundations Certification

1,447 views

4 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

4 years ago

Roel Van de Paar
Number of distinct substrings in a string

Number of distinct substrings in a string Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With聽...

1:33
Number of distinct substrings in a string

306 views

4 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

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,584 views

4 years ago

Ingeniero John Ortiz Ordo帽ez
Java Ejercicio: 370 Extraer Porci贸n de una Cadena de Caracteres (Texto) con el M茅todo substring()

370. Extraer una Porci贸n de una Cadena de Caracteres (Texto) con el M茅todo substring() con el lenguaje de programaci贸n Java.

6:00
Java Ejercicio: 370 Extraer Porci贸n de una Cadena de Caracteres (Texto) con el M茅todo substring()

5,148 views

5 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

Bethany Petr
Concatenating Strings in Java

Writing a function to iterate over a string and use concatenation to build a new string with only some of the original parts. 1) What聽...

3:58
Concatenating Strings in Java

13,439 views

13 years ago

Bethany Petr
Iterating Over a String in Java

Iterating over a String in Java one character at a time using the .length method to control the for loop and the .substring method to聽...

4:27
Iterating Over a String in Java

12,217 views

13 years ago