Тёмный

Regular Expressions - Episode 1 - Introduction 

Подписаться
Просмотров 80 тыс.
% 369

Welcome to the Software Carpentry lecture on regular expressions. In order to understand what regular expressions are for, let's have a look at the sort of cleanup job that comes up frequently when dealing with real field data.
Visit the Software Carpentry page for this episode at:
software-carpentry.org/4_0/regexp/intro

Опубликовано:

 

9 июн 2011

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@jonascarvalho7331
@jonascarvalho7331 6 лет назад
This video is 7 years old and still awesome! Old but Gold!
@ryankung3244
@ryankung3244 9 лет назад
I was very confused by the concept of regular expression until I saw your video, everything is so clear now :D. Thank you so much!
@kaplanapps1
@kaplanapps1 12 лет назад
Really a very nice introduction to RegExp. The intro let me know that I was going to be led through a dry topic with humor and understanding. Thank you!
@cjUSA867
@cjUSA867 9 лет назад
this was well made and very helpful print 'thank you!'
@georgigeorgiev2219
@georgigeorgiev2219 9 лет назад
Thank you for the lesson. GOD bless you.
@fargofawn
@fargofawn 11 лет назад
Thank you. Very well done!
@caena67
@caena67 12 лет назад
Outstanding!
@ianiss9165
@ianiss9165 7 лет назад
Real nice video!
@herpaherpaderpaderpa
@herpaherpaderpaderpa 9 лет назад
Hi, thank you for the lesson. Do you know where I can get sample data used in the lesson? Thanks.
@k.chriscaldwell4141
@k.chriscaldwell4141 Год назад
What’s a millivader in Fahrenheit, please?! 😂 Thanks for the tutorial.
@craigc265
@craigc265 6 лет назад
Your link to he Software Carpentry page for this episode is BROKEN
@sriramsantosh1987
@sriramsantosh1987 11 лет назад
The regex for searching date seems to be wrong, for example if the input string is "Baker \t abcd-ef-gh blah blah 2009-01-01", match.group() returns abcd-ef-gh and not 2009-01-01. Correct me if i am wrong
@JS_SN_UQAU
@JS_SN_UQAU 7 лет назад
Where is the notebook graphic from 0:33 from?
@TheRoxas13th
@TheRoxas13th 11 лет назад
yeah, you found the weakness of the code :p
@omairbhore
@omairbhore 8 лет назад
is this in C ?
@OpenSesame001
@OpenSesame001 8 лет назад
+Omair Bhore he mentions it is python
@mosesnero8737
@mosesnero8737 7 лет назад
what language is this?
@RageSaul
@RageSaul 7 лет назад
python
@mosesnero8737
@mosesnero8737 7 лет назад
thanks