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
59 results
Want to learn how to split a string into smaller pieces in Java? In this Java Strings 101 video, we dive into using the split() method!
43 views
12d ago
use regex in String.Split() for extract text between { and } in java Helpful? Please use the *Thanks* button above! Or, thank me via ...
1 view
2w ago
Split string by punctuation marks in Java Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
5 views
13d ago
Java String Split / parsing issue using regular expression Helpful? Please use the *Thanks* button above! Or, thank me via ...
2 views
3w ago
Every framework is, at the bottom, a string being split. We build a web server in plain Java. Parse the raw HTTP request, route it to ...
12 views
10d ago
Java String Methods Explained | Complete Beginner Guide | CodeKerdos Strings are one of the most important topics in Java and ...
37 views
Removing URL Query Parameters Create a function that takes a URL (text string), removes duplicate query parameters, and ...
4w ago
In this lesson, we explain strings step by step using Java. You will learn string basics, indexing, length, charAt, substring, ...
Reverse Words in a String with a clean Java solution using Split, Reverse, and Join! In this video, we break down: - Problem ...
7 views
3d ago
Can you use zero-width matching regex in String split? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
Learn rich text rendering and markdown parsing in Kotlin Compose Desktop! We build a split-pane Markdown Editor from scratch ...
44 views
In this video, we solve LeetCode Problem 884: Uncommon Words from Two Sentences using Java. Problem Summary: Given ...
26 views
8d ago
Description: Number of Segments in a String is a beginner-friendly LeetCode problem that helps improve your understanding of ...
17 views
9d ago
Title: LeetCode 1563 | Stone Game V | Recursion + Memoization | Hard DP Interview Problem Description: In this video, we solve ...
14 views
Java #JavaCollectors #GroupingBy Master the Java Collectors Utility Class! In this tutorial, we dive deep into the absolute best ...
32 views
Split a string on commas not contained within double-quotes with a twist Helpful? Please use the *Thanks* button above!
4 views
Codigo del video import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner scanner = new ...
In this video, you will learn how to split strings into multiple parts using Python's built-in split() method. The split() function is one of ...
3 views
Master the art of handling text in JavaScript! In this tutorial, we explore the most commonly used String Methods. Since text ...
In this video, you'll learn how to find the longest word (largest length string) in a sentence using Java 8 Stream API. This is a ...
40 views