ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

657 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

155,898 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!

11,832 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,619 views

8 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,353 views

9 years ago

Java
Deconstructing Records in Pattern Matching - Inside Java Newscast #26

JavaOne is back! ➱ https://oracle.com/javaone How record patterns use records' transparency to safely deconstruct them in ...

8:14
Deconstructing Records in Pattern Matching - Inside Java Newscast #26

5,354 views

3 years ago

Exegetech
Pattern Matching - ReScript Tutorial

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

4:41
Pattern Matching - ReScript Tutorial

487 views

2 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,170 views

4 years ago

Udacity
Fuzzy Matching

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

1:30
Fuzzy Matching

18,935 views

9 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

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

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

MrFunctor
fp-ts Tutorial | Chapter 3: Either

Furthermore, we will see how to enforce the handling of all errors in the type system by doing pattern matching on errors using the ...

6:58
fp-ts Tutorial | Chapter 3: Either

6,103 views

2 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,186 views

6 months 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

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

911 views

4 years ago

ServiceNow Dev Program
Learn MORE JavaScript on the ServiceNow Platform: Lesson 6 - Regular Expressions (RegEx)

... tester: https://regexr.com/ 00:00 Intro 00:54 Simple pattern matching 02:27 Using special characters 04:00 Pattern matching with ...

9:47
Learn MORE JavaScript on the ServiceNow Platform: Lesson 6 - Regular Expressions (RegEx)

2,655 views

2 years 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,966 views

8 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

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

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