filmov
tv
Eloquent JavaScript #9.2 Regular Expression Tutorial Pt.2
Показать описание
This is the second part of Chapter 9. We will talk about the string boundary, word boundary, choice patterns and the replace method of strings.
Regular expressions are objects that represent patterns in strings. They use their own syntax to express these patterns. They form a small, separate language that is part of JavaScript and many other languages and tools.
Understanding regular expressions will make you a more effective programmer.
Here is the link to the chapter 9 of Eloquent JavaScript
Disclosure: As an Amazon Associate I earn a small commission from qualifying purchases. There is NO EXTRA COST to you.
==========================================
If you haven't watched the videos for the other chapters, check them out now:
Chapter 1: Value Types
Chapter 2: Program Structure
Chapter 3: Functions
Chapter 4: Objects and Arrays
Chapter 5: High-order Functions
Chapter 6: The Secret Life of Objects
Chapter 7: The Binding of This
Chapter 8: Bugs and Errors Handling
Chapter 9: Regular Expression Pt.1
Make sure to subscribe to the channel so that you will be noticed when the next video is released.
==========================================
You can find more information and download the slides of the video on my website:
Thank you for watching.
Keywords: Eloquent JavaScript, JavaScript, JavaScript Tutorials, Learn JavaScript, JavaScript Beginner, Learn Coding, Learn Programming, IT Books, JavaScript Books, Programming Books, Coding Tutorials, Programming Tutorials, Regular Expressions