ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

33,249 results

JavaWorld
Check if substring is present in String
0:43
Check if substring is present in String

644 views

2 years ago

Java
How can you get a substring from a String? Cracking the Java Coding Interview #java #javatips

Cracking the #Java #Coding #Interview - Question 315: How can you get a substring from a String? Watch all the questions here: ...

1:11
How can you get a substring from a String? Cracking the Java Coding Interview #java #javatips

13,226 views

2 weeks ago

JAVA-QA Software testing
substring method in java #shorts #youtubeshorts

substring method in java #shorts Your Queries:- What is the substring method in Java? How to use substring in Java example?

0:57
substring method in java #shorts #youtubeshorts

4,365 views

2 years ago

Greg Hogg
Sliding Window Algorithm Explained Clearly | Longest Substring Without Repeating Characters Leetcode

leetcode, coding interview question, data structures, data structures and algorithms, faang.

0:59
Sliding Window Algorithm Explained Clearly | Longest Substring Without Repeating Characters Leetcode

143,958 views

2 years ago

CodeSnippet
Find First Non Repeating Character In String #coding #javaframework #programming

... find first non-re repeating characters in a string for example here we have W and I as non- repeating characters and W is the first ...

1:00
Find First Non Repeating Character In String #coding #javaframework #programming

18,221 views

1 year ago

CodeSnippet
Check String Rotation ✅ Interview Question ✅ #java #dsa #interview

... it will contain a substring as CD AB which is basically a rotation of the original string if this concatenated string contains s_ub_2 ...

1:16
Check String Rotation ✅ Interview Question ✅ #java #dsa #interview

22,440 views

3 months ago

Abhishek Verma
Day-99: Find all substrings of a given String in Java #shorts #java

In this short we will see how to Find all substrings of a given String in Java. Subscribe the channel for regular Java updates.

3:00
Day-99: Find all substrings of a given String in Java #shorts #java

2,329 views

8 months ago

RKTestingTools
Core Java | Strings |Explain the substring method in Java String class?

corejava #interviewquestionsandanswers #strings.

0:21
Core Java | Strings |Explain the substring method in Java String class?

115 views

1 year ago

Learn to Code with CodeChef
Java String Methods Explained: length(), charAt(), substring() | Master Text Manipulation in Java

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 ...

2:06
Java String Methods Explained: length(), charAt(), substring() | Master Text Manipulation in Java

134 views

2 months ago

Adam Bien
String#substring and jshell #airhacks #java #short

Using jshell (https://docs.oracle.com/javase/9/jshell/introduction-jshell.htm) for String experiments. See you at live, virtual ...

0:47
String#substring and jshell #airhacks #java #short

1,425 views

3 years ago

codeash
substring method in java | substring in Java example | String substring() Method example

The substring(int beginIndex, int endIndex) method of the String class. It returns a new string that is a substring of this string.

3:31
substring method in java | substring in Java example | String substring() Method example

18,391 views

3 years ago

Harish Coding_Puzzle
Java Program to get part of a major string.  substring() function.

Topic : Java Program to get part of a major string. substring() function. Concept : String, String functions, substring() function.

0:30
Java Program to get part of a major string. substring() function.

3,173 views

3 years ago

LearnWithRehan
Java String Program ✂️ | How to Get Substring using substring() | Beginner Friendly#coding #shorts

Learn how to extract parts of a string in Java using the substring() method! In this beginner-friendly tutorial, we'll cover: ✓ How ...

0:31
Java String Program ✂️ | How to Get Substring using substring() | Beginner Friendly#coding #shorts

1,118 views

3 months ago

Java Simplified
Replacing Substring : Java Strngs Part 12 #stringmethods #whatisjava #javafullstack

Strings are versatile, and sometimes you want to make changes. Enter the replace() method – discover how to swap or substitute ...

0:28
Replacing Substring : Java Strngs Part 12 #stringmethods #whatisjava #javafullstack

30 views

2 years ago

Greg Hogg
Very Common FAANG Interview Question! | Index of the First Occurrence in a String - Leetcode 28

dynamic programming, leetcode, coding interview question, data structures, data structures and algorithms, faang.

0:55
Very Common FAANG Interview Question! | Index of the First Occurrence in a String - Leetcode 28

244,087 views

1 year ago

Code Samples
How do I get a substring of a string in Python?

short #python #string #substring I want to get a new string from the third character to the end of the string, e.g. myString[2:end].

0:17
How do I get a substring of a string in Python?

2,391 views

2 years ago

vlogommentary
How to Replace a Substring in a String in Java

Learn how to replace a substring in a string using the `contains` and `replace` functions in Java effectively.

2:43
How to Replace a Substring in a String in Java

22 views

10 months ago

AllTech
string remove substring in java

Program to remove words from String in Java Don't forget to subscribe and smash the bell ...

3:38
string remove substring in java

1,651 views

10 years 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,131 views

2 years ago

Bits of Java
substring method of the Java String class

How to work with the one and two argument versions of substring in Java.

2:57
substring method of the Java String class

22 views

7 years ago