ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

664 results

CodeWithHarry
Regular Expressions in JavaScript | JavaScript Tutorial in Hindi #99

Link to the Repl - https://replit.com/@codewithharry/97jsmodules#module2.js Join Replit - https://join.replit.com/CodeWithHarry ...

11:26
Regular Expressions in JavaScript | JavaScript Tutorial in Hindi #99

156,079 views

3 years ago

Alex Hyett
Finally Understand Regular Expressions - In Just 7 Minutes!

Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...

7:26
Finally Understand Regular Expressions - In Just 7 Minutes!

12,013 views

3 years ago

Corey Schafer
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are ...

37:55
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

1,344,901 views

8 years ago

Prisma
TypeScript Berlin Meetup #5 - Maciej Sikora - Elm in TypeScript, pattern matching and beyond

Elm is a purely functional statically typed language compiled to JS. Among other great features of Elm, there are two outstanding ...

27:54
TypeScript Berlin Meetup #5 - Maciej Sikora - Elm in TypeScript, pattern matching and beyond

1,171 views

4 years ago

Exegetech
Pattern Matching - ReScript Tutorial

One of the best features of ReScript. The pattern matching!

4:41
Pattern Matching - ReScript Tutorial

490 views

2 years ago

The Coding Train
2.4: Regular Expressions: Capturing Groups - Programming with Text

In this video I discuss capturing parentheses and how they are used to create numbered groups that referenced in a find / replace ...

13:42
2.4: Regular Expressions: Capturing Groups - Programming with Text

158,369 views

9 years ago

bonsaiilabs
Matching Numbers in JavaScript Strings using Regular Expressions

Browser JavaScript and Event Loop Course is available at http://bit.ly/39eDgEA Learn how to match number patterns such as ...

3:39
Matching Numbers in JavaScript Strings using Regular Expressions

623 views

6 years ago

InfoWorld
4 cases when you shouldn't use regular expressions

Regular expressions give you a powerful system for matching patterns against text. But there are cases where a regex (as it's ...

4:37
4 cases when you shouldn't use regular expressions

232 views

2 years ago

HackerRank
Data Structures: Tries

Learn the basics of tries. This video is a part of HackerRank's Cracking The Coding Interview Tutorial with Gayle Laakmann ...

4:55
Data Structures: Tries

550,964 views

9 years ago

Udacity
Fuzzy Matching

Check out all of Udacity's courses at https://www.udacity.com/courses.

1:30
Fuzzy Matching

18,938 views

9 years ago

Regex Quickies with Wiktor Stribiżew
Why "(?:\s|.)*" is a bad pattern to match any character including line breaks

We are so fond of using a dot to match any character that we forget it does not always match line break characters. Then some of ...

4:36
Why "(?:\s|.)*" is a bad pattern to match any character including line breaks

912 views

4 years ago

IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA x Scala: The new way of pattern matching

Join us: Website: https://jb.gg/website Blog: https://jb.gg/blog X: https://x.com/intellijidea Bluesky: ...

0:54
IntelliJ IDEA x Scala: The new way of pattern matching

1,188 views

6 months ago

JSConf
Sarah Saltrick Meyer: Two Problems: Regular Expressions for Revolutionaries | JSConf EU 2017

http://2017.jsconf.eu/speakers/sarah-saltrick-meyer-two-problems-regular-expressions-for-revolutionaries.html There's an old ...

21:30
Sarah Saltrick Meyer: Two Problems: Regular Expressions for Revolutionaries | JSConf EU 2017

5,967 views

8 years ago

ServiceNow Dev Program
matchAll and includes in Strings - Let's Learn ECMAScript 2021 with Earl Duque

matchAll and includes in Strings - Let's Learn ECMAScript 2021 with Earl Duque Full transcript is available via closed captions on ...

3:40
matchAll and includes in Strings - Let's Learn ECMAScript 2021 with Earl Duque

754 views

1 year ago

Regex Quickies with Wiktor Stribiżew
Limit the length of the whole string matched with a specific pattern

Sometimes, we already have a working pattern that validates a specific string format, and we only need to add a whole string ...

1:50
Limit the length of the whole string matched with a specific pattern

668 views

4 years ago

bonsaiilabs
Search a String by matching against a regex in JavaScript

Browser JavaScript and Event Loop Course is available at http://bit.ly/39eDgEA Learn to match a String pattern inside another ...

7:21
Search a String by matching against a regex in JavaScript

5,978 views

6 years ago

Anthony D. Green (ThatVBGuy)
ModVB: JSON Pattern Matching

In this video I demonstrate JSON pattern matching, a feature available now in my language mod for VB.NET (available in ...

5:31
ModVB: JSON Pattern Matching

433 views

3 years ago

IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA x Scala: Using enums in pattern matching

As you can see, we can use exhaustive pattern matching to make IntelliJ IDEA generate all the cases. Enumerations resemble ...

0:50
IntelliJ IDEA x Scala: Using enums in pattern matching

926 views

11 months ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,303 views

3 months ago

Bug Ninza
15 Introduction to Regular Expressions in JavaScript | Beginner's Guide

Welcome to our comprehensive beginner's guide on regular expressions in JavaScript! In this tutorial, we'll explore the ...

10:18
15 Introduction to Regular Expressions in JavaScript | Beginner's Guide

35 views

2 years ago