Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Dive into a comprehensive live stream covering Regular Expressions, part of the "Programming from A to Z" course. Explore core concepts including metacharacters, character classes, capturing groups, and back references. Learn to implement regular expressions in JavaScript using functions like match(), test(), split(), and replace(). Follow along with a coding challenge creating a Word Interactor using Regular Expressions and p5.js. Gain practical knowledge through demonstrations, explanations, and a hands-on approach to mastering this powerful text processing tool.
Syllabus
- Showing patrons' homework.
- Presenting today's topics.
- Intro to Regular Expressions.
- RegExp: Metacharacters.
- RegExp: Character Classes.
- RegExp: Capturing Groups.
- RegExp: Back Reference.
- RegExp: test() and match() JavaScript functions.
- RegExp: exec() JavaScript function.
- RegExp: split() JavaScript function.
- RegExp: replace() JavaScript function.
- Coding Challenge: Word Interactor with Regular Expressions and p5.js.
- Homework for Week 2 of Programming from A to Z.
Taught by
The Coding Train