ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

980 results

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!

21,664 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,358,077 views

8 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

928 views

4 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

633 views

6 years ago

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

163,017 views

3 years ago

StoneColdProfessor
JavaScript and Regular Expression (regex)

JavaScript and Regular Expression (regex) Module 4: Lecture 1.

46:08
JavaScript and Regular Expression (regex)

141 views

1 year 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,177 views

5 years ago

Zoran on C#
Visitor Design Pattern Is Giving Way To Pattern Matching Expressions!

Become a patron and get access to source code and exclusive live streams: ...

15:40
Visitor Design Pattern Is Giving Way To Pattern Matching Expressions!

22,781 views

3 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,978 views

9 years ago

Exegetech
Pattern Matching - ReScript Tutorial

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

4:41
Pattern Matching - ReScript Tutorial

506 views

2 years ago

Geekific
Regexes in Java with Examples | Java Pattern and Matcher Classes | Escaping Characters | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the previous video of ...

7:21
Regexes in Java with Examples | Java Pattern and Matcher Classes | Escaping Characters | Geekific

9,834 views

4 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

159,296 views

9 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,983 views

6 years ago

techsith
Regular Expressions in JavaScript Tutorial | RegEx

Introduction to Regex in JavaScript, Learn its applications for form input validation, Splitting string, replacing string, pattern ...

18:08
Regular Expressions in JavaScript Tutorial | RegEx

29,751 views

8 years ago

Tushar Roy - Coding Made Simple
Knuth–Morris–Pratt(KMP) Pattern Matching(Substring search)

Pattern matching(substring search) using KMP algorithm https://www.facebook.com/tusharroy25 ...

12:50
Knuth–Morris–Pratt(KMP) Pattern Matching(Substring search)

1,249,803 views

11 years ago

Pavan Kumar Tech passions
Mastering Regular Expressions: How to Use the Match Function for Powerful Text Processing

I hope you like this video do hit likes. And do subscribe to my channel Thank you so much for watching god bless you all. lots of ...

6:04
Mastering Regular Expressions: How to Use the Match Function for Powerful Text Processing

13 views

3 years ago

Pavan Kumar Tech passions
Mastering Regular Expressions: Demystifying Sub-Functions for Advanced Pattern Matching

I hope you like this video do hit likes. And do subscribe to my channel Thank you so much for watching god bless you all. lots of ...

3:45
Mastering Regular Expressions: Demystifying Sub-Functions for Advanced Pattern Matching

9 views

3 years ago

What Does That Mean?
What does pattern matching mean?

What does pattern matching mean? A spoken definition of pattern matching. Intro Sound: Typewriter - Tamskp Licensed under ...

0:37
What does pattern matching mean?

61 views

11 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

443 views

3 years ago

TL;DR // JavaScript codecasts for working devs
03. Enforcer Pattern: Composable Guard Clauses // JavaScript Codecasts

Find yourself copy-pasting small if-else statements across several functions? ‍♂️ With higher-order functions and the enforcer ...

7:37
03. Enforcer Pattern: Composable Guard Clauses // JavaScript Codecasts

2,788 views

6 years ago