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
3,105 results
This video includes a discussion of text versus binary file formats, delimited text files, and using regular expressions for powerful ...
1,154 views
4 years ago
I go over how to get a lot out of just the fundamentals of regular expressions (regexes). We cover all the basics, but there is an ...
64,798 views
5 years ago
Regular Expressions (regex) are implemented in almost every programming language (python, c, ruby, perl, to name a few) and ...
1,356 views
Streamed 7 months ago
Here we take a look more closely at the four basic symbols in a Regular Expression. For the whole series on Regex, check out our ...
6,471 views
8 years ago
In this screencast tutorial, Pat Schloss shows how you can use regular expressions to search for patterns in files and then modify ...
1,455 views
Text data is a pain. Whether it's checking files for SSNs, verifying that a password is complex enough, or updating every page in ...
3,932 views
7 years ago
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at real use cases for Regular ...
12,753 views
2 years ago
For those of us who know what Regular Expression is, we often think of it only as a string-matching syntax for programmers.
41 views
A primer on using regexp syntax inside of Emacs. I go through a series of practical examples that are meant to show the various ...
5,762 views
6 years ago
In this video, we will learn about regular expressions and how to use them in Python. ✨ Check out the learning materials ...
1,182 views
I could type out 0 1 2 3 4 5 6 7 8 9 you know yes I can but since sort of regular Expressions when they were designed uh said you ...
3,740 views
9 years ago
Introduction to the definition and use of regular expressions.
576 views
Slides available here: http://il.pycon.org/2016/static/sessions/nati-cohen.pdf.
76 views
Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at Methods for Regular Expression in ...
27,211 views
A regular expression is a pattern that you want to search for and do something with. R has a variety of tools for creating regular ...
7,214 views
An introduction to regular expressions. Full course at: http://idl.utsa.edu/me5013.
4,117 views
13 years ago
Regular Expressions are found everywhere, from editors like vim to languages like Perl and Python. In this presentation Wolf will ...
285 views
Basics Of regular expressions explained. -~-~~-~~~-~~-~- Please watch: "MICRO OPERATIONS" ...
174 views
We introduce the repetition operation along with the shortcut operators of + and *.
293 views
11 years ago
While using plain English to describe regular expressions the example driven introduction will explain regular expression ...
250 views