ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,944 results

Hacktrickz
Lecture 6.12 : Regular Expressions — [Abdul Bari] Java Course

Learn the basics of regular expressions (regex) in Java. Abdul Bari introduces pattern matching, meta-characters, and how regex ...

12:35
Lecture 6.12 : Regular Expressions — [Abdul Bari] Java Course

46 views

2 months ago

Java
How can you split a string of characters? - Cracking the Java Coding Interview #javacoding #javatips

Cracking the #Java #Coding #Interview - Question 281: How can you split a string of characters? Watch all the questions here: ...

1:04
How can you split a string of characters? - Cracking the Java Coding Interview #javacoding #javatips

14,944 views

4 months ago

ScriptingWithEase
Master Regex in Java | Java Explained for Beginners 2025

Master Regex in Java | Regular Expressions Tutorial for Beginners In this video, we'll explore Regular Expressions (Regex) in ...

18:40
Master Regex in Java | Java Explained for Beginners 2025

30 views

1 month ago

vlogize
How to Use Regex in Java to Replace Characters After a Pattern Match

Learn how to effectively utilize regex in Java to remove unwanted characters from strings based on specific patterns. --- This video ...

1:39
How to Use Regex in Java to Replace Characters After a Pattern Match

0 views

8 months ago

Testing Talks Latest
How to use Regular expression in java

Regular Expression checker Tool URL: https://www.codestoolbox.com/reg-expression-tester-and-explainer.php For More ...

10:56
How to use Regular expression in java

36 views

3 months ago

ECL365 CLASSES
JAVA PART - 87| Regex Finder| Find()| Start()|End()& Group() Methods (@ECL365CLASSES

Java regex package in Java programming, in this video lecture we are going to learn about find(), start(), end() and group() ...

21:08
JAVA PART - 87| Regex Finder| Find()| Start()|End()& Group() Methods (@ECL365CLASSES

68 views

11 months ago

vlogize
Extracting Strings and Numbers from Text Using Regex in Java

Learn how to efficiently separate strings and numbers in Java using regex. Perfect for developers looking to enhance string ...

1:40
Extracting Strings and Numbers from Text Using Regex in Java

6 views

8 months ago

Madras Academy
🔍 Java Input Validation & String Magic in 60 Seconds! 🧪📲 (Regex, Scanner, String)

Learn how to validate email & mobile numbers using Regex in Java ⚙️ and how to do fun string transformations with ...

0:53
🔍 Java Input Validation & String Magic in 60 Seconds! 🧪📲 (Regex, Scanner, String)

134 views

8 months ago

Hyperskill_USA
Easy Java mistake

java #programming #learnjava #techtok.

1:10
Easy Java mistake

303 views

9 months ago

vlogize
How to Efficiently Parse Numbers from Text Using Regular Expressions in Java

Learn how to successfully use Java's regular expressions to extract numbers from text strings. This guide covers common pitfalls ...

1:59
How to Efficiently Parse Numbers from Text Using Regular Expressions in Java

3 views

6 months ago

Yildirim Likos
Java tutorial for beginners 28: How to Use Regex in Java: A Beginner’s Guide to Regular Expressions

In this video, I dive into Regular Expressions (Regex) in Java and how they can be used to efficiently search, match, and ...

26:23
Java tutorial for beginners 28: How to Use Regex in Java: A Beginner’s Guide to Regular Expressions

25 views

9 months ago

Madras Academy
✅ Java Regex Tutorial: Email & Mobile Number Validation + String Replacement | Step-by-Step Guide ☕🧠

In this tutorial, you'll explore the power of Regular Expressions (Regex) in Java through real-world examples like validating email ...

4:26
✅ Java Regex Tutorial: Email & Mobile Number Validation + String Replacement | Step-by-Step Guide ☕🧠

34 views

8 months ago

TramoTech
Stop Struggling! Java Regex Explained for the Impatient

In this guide, we'll cover the essentials you need to know to handle most common use cases. By Ahmed Fikri a Software Architect ...

2:12
Stop Struggling! Java Regex Explained for the Impatient

500 views

11 months ago

vlogize
How to Use Java Regex to Filter Strings Based on Specific Patterns

Learn how to effectively use `Java Regex` to filter out unwanted characters from your strings and keep only the patterns that matter ...

1:38
How to Use Java Regex to Filter Strings Based on Specific Patterns

0 views

3 months ago

vlogize
Understanding the Order of Java Regex Expressions

Discover the secrets of Java regex and learn how to effectively split polynomial strings with this in-depth guide to regex ...

1:48
Understanding the Order of Java Regex Expressions

2 views

8 months ago

vlogize
How to Get All Possible Matches from a Regex in Java

Learn how to effectively extract all possible matches using regex in Java, understand the nuances of greedy matching, and ...

2:02
How to Get All Possible Matches from a Regex in Java

0 views

8 months ago

vlogize
Mastering Regex for Path Matching in Java

Learn how to effectively match complex path patterns in Java using regex with a practical example. Explore methods to filter ...

1:54
Mastering Regex for Path Matching in Java

1 view

8 months ago

vlogize
How to Split HTML Tags from Strings Using Regex in Java

Learn how to create a regex pattern in Java to effectively extract and display HTML tags with attributes from strings. --- This video ...

1:45
How to Split HTML Tags from Strings Using Regex in Java

1 view

4 months ago

vlogize
Mastering ByteBuddy ElementMatchers for Regex in Java

Learn how to effectively use `ByteBuddy` ElementMatchers with regular expressions to apply advice only to selected methods in ...

1:41
Mastering ByteBuddy ElementMatchers for Regex in Java

5 views

8 months ago

Java
What is pattern matching? #javalanguage #javacoding #javatips #javacodinginterview #coding

Cracking the #Java #Coding #Interview - Question 241: What is pattern matching? Watch all the questions here: ...

1:00
What is pattern matching? #javalanguage #javacoding #javatips #javacodinginterview #coding

11,350 views

9 months ago

The Debug Zone
How to Parse Strings in Java Using Regex Patterns: A Step-by-Step Guide

In this video, we'll dive into the powerful world of regular expressions (regex) in Java, exploring how to effectively parse strings ...

1:32
How to Parse Strings in Java Using Regex Patterns: A Step-by-Step Guide

3 views

3 months ago

Code Career Pursuit
Regex : One Expression, Many Powers! 💥

Tired of lengthy validations? Regex simplifies your code across languages like JavaScript, Python, and Java! Learn how one ...

0:44
Regex : One Expression, Many Powers! 💥

143 views

4 months ago

vlogize
How to Use Regex in Java to Find Multiple Occurrences of the Number 6 in a String

This guide explains how to create a `Regex` expression in Java that detects one or more occurrences of the number `6` in a string, ...

2:02
How to Use Regex in Java to Find Multiple Occurrences of the Number 6 in a String

0 views

2 months ago

vlogize
How to Use Regular Expressions in Java to Replace Consecutive Characters

Learn how to efficiently use regular expressions in Java to condense consecutive characters into a single instance with this simple ...

1:32
How to Use Regular Expressions in Java to Replace Consecutive Characters

7 views

10 months ago

vlogize
Using Regex in Java to Check if 'X' is Followed by a Character Other Than L or C

Learn how to use regex in Java to check if the character 'X' is followed by any character other than 'L' or 'C'.

1:32
Using Regex in Java to Check if 'X' is Followed by a Character Other Than L or C

0 views

10 months ago