Introduction to Regular Expressions
Programming With Text Lesson #2.1
In this video I introduce Regular Expressions. What are they and how are they used?
I summarize the topics of future videos including meta-characters, capturing parentheses, character classes and JavaScript functions like split()
, match()
, test()
, replace()
and exec()
.