Regex-1.1 Regular Expression Introduction (Video Tutorial)

preview_player
Показать описание
Make sure to subscribe to my channel for more videos on UNIX, Perl and SQL.
twitter: @fuzicast

\w - matches a alphanumeric character
\d - matches a number
\s - matches a space
\W, \D, \S - opposite of \w, \d, \s
^ - beginning of line
$ - end of line character
. - match any character except for newline
* - 0 or more occurrence
+ - 1 or more occurrence
? - 0 or 1 occurrence
| - alternative match
(regex) - grouping/store match
[ ] - character set/class
{ x,y } - number of occurrence between x and y
{ x } - x occurrence
{ x, } - at least x occurrence
[^ ] - opposite of [ ]
*? - non greedy matching
Рекомендации по теме
Комментарии
Автор

You are a super star, saved my assignment deadline with this video, thanks very much

rayoat
Автор

You have a very pleasant accent.
I love how you pronounce "you see".
Thank you for your effort!

YuriySamorodov
Автор

Thank you and I had no problem understanding you.

chipbyrne
Автор

Great video. Recommended it to friends!

emilywilliams
Автор

Hey mate thanks for the upload . Cheers !

marianniranjan
Автор

i like when u say digits...

gr8 tut thanx..

ashysaini
Автор

Really love this video. It super awesome. But where is the 2nd part of this video.

bholaprasad
Автор

Very good, thank you for your help!
_ Some of the things you did well... You didn't spit into the mic. You presented one thing after another, good. _
Please consider linking any scripts or sample code you use with your examples on your website, for any programming type help videos. They are nice to review and go over.

Capenuke
Автор

I could understand easily from the video, thank you very much.

theserenityroomx
Автор

Put Regexp::Debugger in your code and be able to show live how the regex machine of the Perl programming language works. You then can even go forwards and backwards in the expression. This would be very instructive.

maettuify
Автор

Sorry, I don't have that sample log file anymore, but you can easily get one on google. Try google for "sample HTTTP log"

fuzicast
Автор

Font should be bigger in the video. It is hard for me to read without going into fullscreen

ZombieLincoln
Автор

I love perl and I think we have a lot of hardcore fans out there, just no new comers :)

fuzicast
Автор

haha, I have a strong accent and can never say some words correctly :) Thanks for watching

fuzicast
Автор

kol but i just dond know how r u pronounging the word regex plz someone help me i dont now how to say it thx

milesdavidsmith
Автор

It's a shame perl has fallen out of the mainstream....it's very powerful!

ironicaldiction