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
353 results
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,521 views
2 years 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
4 months ago
This video is part of an online course, Intro to Java Programming. Check out the course here: ...
2,909 views
10 years ago
Continue your String deep dive! We cover substring (returning a subsection using inclusive start and exclusive end indices) and ...
8 views
3 months ago
Wanna master text tricks in Java? Learn how to use String methods in Java like .length(), .charAt(), .substring(), .equals() ...
3 views
6 months ago
872 views
Java's String codePointAt method returns the Unicode code point of a character at a given index in the String. A character's ...
52 views
1 year ago
DESCRIPTION: This video demonstrates the SUBSTRING function for Teradata, with an example using ANSI syntax. Use your ...
1,544 views
4 years ago
Watch on Udacity: https://www.udacity.com/course/viewer#!/c-ud061/l-3483538743/e-1718598811/m-1839128574 Check out the ...
909 views
This video is part of an online course, Programming Languages. Check out the course here: ...
8,874 views
13 years ago
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 ...
294 views
Browser JavaScript and Event Loop Course is available at http://bit.ly/39eDgEA This is an interview question on JavaScript String ...
169 views
5 years ago
Code walk-thru for StringParsing.java, which demonstrates the usage of several common String class methods working together.
567 views
6 years ago
Simple alphanumeric string validation with anchors, regular character classes and limiting quantifiers. No Unicode stuff. Beginner ...
871 views
LeetCode Problem of the day 7th October 2024 Problem No [2696] : Minimum String Length After Removing Substrings Level ...
17 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
In this video, we learn how to match strings between two words that consist of more than one character, making it impossible to ...
309 views
Find Complete Code at GeeksforGeeks Article: https://www.geeksforgeeks.org/lexicographical-concatenation-substrings-string/ ...
4,082 views
7 years ago
Ever wondered how to check if one string is a circular rotation of another in Java? ✨ In this tutorial, we'll break down the simple ...
This video is part of an online course, Intro to Computer Science. Check out the course here: ...
8,450 views
Hello Viewers! In this video, we have discussed about: 1. String methods in Java If you are not sure about where to start, head ...
89 views
3 years ago
Find Complete Code at GeeksforGeeks Article: https://www.geeksforgeeks.org/number-of-even-substrings-in-a-string-of-digits/ ...
3,311 views
More essential String methods! Learn concat (joining two strings), toUpperCase and toLowerCase (changing character case), and ...
10 views
Geeks-for-Geeks | Practice Problem | Problem Solution 11th January 2025 Problem : Longest substring with distinct characters ...
Browser JavaScript and Event Loop Course is available at http://bit.ly/39eDgEA This video covers how can you extract a portion of ...
1,797 views