ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

671 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,700 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,621 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,327 views

8 years ago

Exegetech
Pattern Matching - ReScript Tutorial

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

4:41
Pattern Matching - ReScript Tutorial

486 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,326 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,350 views

3 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,169 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,927 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

231 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

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,093 views

2 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

753 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

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

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

910 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

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,187 views

6 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,291 views

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

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

432 views

3 years ago