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
80 results
... a string using Regex and the replace() method. We will also understand the regular expression step-by-step so even beginners ...
49 views
2 weeks ago
Strings seem simple, but beneath the surface lies a powerful toolkit: from Unicode and template literals to regular expressions and ...
0 views
9 days ago
Welcome to SenthilSmartQAHub! In this video, we learn how to remove special characters from a string in JavaScript using split() ...
62 views
Demonstrating compilation of a massive 183KB trie-regex pattern that matches all the words in the Complete Works of ...
1 month ago
Learn how to work with replace() method in JavaScript. Follow our training and start learning today! Follow @techiesreign on all ...
3 weeks ago
Learn how to find text positions in JavaScript using lastIndexOf() for the final match and search() for quick pattern lookup Follow ...
Learn how match() retrieves matched text from a string using simple searches or powerful regular expressions. Follow our training ...
In this video I demo compiling a massive 116KB trie regex pattern that matches all the words in Moby Dick by using my JavaScript ...
356 views
... and Normalization 04:28 - Unicode and Code Points (Handling Surrogate Pairs) 05:26 - Safe Regular Expression Replacement ...
See how matchAll() returns every match in a string with full details—perfect for working with multiple results. Follow our training ...
Learn how replaceAll() helps you replace every matching substring in one simple step. Follow our training and start learning today ...
Understand how indexOf() finds exact text matches while search() works with patterns and regex. Clear, simple, and practical.
This is part 3 of a 3 part series on compiling trie regexes by using an Adaptive Radix Tree. In this one I go over how to walk the ...
9 views
Log Analysis with Regular Expressions.
6 views
Unlock the power of function expressions in JavaScript! In today's video, we break down one of the most important — and most ...
3 views
4 weeks ago
Javascript Practice Exercises #javascript #programming #coding #javascriptinterview #javascriptinterviewquestions.
5 views
In this video, we'll learn everything about Functions in JavaScript — one of the most fundamental and powerful features in the ...
14 views
13 days ago
In this After Effects tutorial, you'll learn how to use Regular Expressions (RegEx) to clean and format text automatically. We'll be ...
Advent of Code 2025 Day 2 offers input with a bunch of number ranges. I'll parse those, and then loop through each, check for any ...
494 views
Today's challenge is one of the most conceptually difficult problems in the LeetCode string category. The task is to implement a ...
7 views