Learn the Basics of Regular Expressions
Offered By: Codecademy
Course Description
Overview
Get a taste of regular expressions (regex), a powerful search pattern language to quickly find the text you're looking for.
### Why Learn Regular Expressions?
Regular expressions, or regex for short, are one of the most powerful and applicable techniques in programming. We can use regular expressions to search for and find patterns in strings. They can be used in nearly every language, and they allow us to validate user input, perform search tasks, and even test code. Learn the rules of regular expressions so that you can apply them in any language of your choosing.
### Take-Away Skills:
Regular Expressions
### Why Learn Regular Expressions?
Regular expressions, or regex for short, are one of the most powerful and applicable techniques in programming. We can use regular expressions to search for and find patterns in strings. They can be used in nearly every language, and they allow us to validate user input, perform search tasks, and even test code. Learn the rules of regular expressions so that you can apply them in any language of your choosing.
### Take-Away Skills:
Regular Expressions
Syllabus
- Introduction to Regular Expressions: Get a taste of regular expressions (regex), a powerful search pattern language to quickly find the text you're looking for.
- Lesson: Introduction to Regular Expressions
- Quiz: Introduction to Regular Expressions
Taught by
Zoe Bachman
Related Courses
Building a Company’s database using MySQL and SQLCoursera Project Network via Coursera Clinical Natural Language Processing
University of Colorado System via Coursera Language Parsing
Codecademy How to Clean Data with Python
Codecademy Text Preprocessing
Codecademy