Understanding Regular Expressions on freeCodeCamp 2021, Match all Numbers Regex Pattern Matching

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=ItOOUO47mU8



Duration: 2:35
48 views
0


In this Regex lesson from freeCodeCamp's Regular Expressions course, we take a look at a shorthand character class for [0-9]. If we want to quickly create a character class that will match a digit, we can also do the character class \d. This will return the first character that is a digit. In this specific lesson, they want us to find out how many digits appear in a string. Since \d only finds the first character, we can apply a global flag to help us retrieve all the digits that appear.

Support the Movement, buy a sticker, https://believerationally.com/shop

Check out Bae's products and crafts https://ValeryeDoesResin.com

Listen to some of my music, https://Ananomyx.com




Other Videos By We Will Code


2021-04-13Churchio, Consultant Non-Profits & Church Management Software, Manage Non-Profit Efficiently
2021-04-12Exlweb, Mobile First Wordpress Ecommerce Web Solution, Integrated with Most powerful Theme Builders
2021-02-13freeCodeCamp Check for All or None, Regex Pattern Tutorials 2021
2021-02-13Specify Exact Number of Matches, Free Online Coding Tutorial
2021-02-11freeCodeCamp, Specify Only the Lower Number of Matches, Free Coding Tutorial for Beginners in 2021
2021-02-11Specify Upper and Lower Number of Matches, freeCodeCamp Coding for Beginners 2021
2021-02-11Regex Coding Tutorial, Match Non-Whitespace Characters, Tutorial on Regular Expressions
2021-02-10Regular Expressions 2021 freeCodeCamp, Match Whitespace
2021-02-09freeCodeCamp Regular Expression, Restrict Possible Usernames, 2021 Coding Tutorials for Beginners
2021-02-08freeCodeCamp Regular Expressions, Match All Non-Number using Regex 2021 Coding Tutorials
2021-02-08Understanding Regular Expressions on freeCodeCamp 2021, Match all Numbers Regex Pattern Matching
2021-02-07Regular Expressions in 2021, freeCodeCamp Regex Match Everything But Letters and Numbers, Coding Vid
2021-02-06freeCodeCamp 2021 Regular Expressions Match All Letters and Numbers, Master Regex 2021 Coding lesson
2020-02-14Match Ending String Patterns Using Regexes, Regex Pattern Matching Tutorial, freeCodeCamp Coding Ex
2020-02-13Match Beginning String Patterns, Regex Tutorials
2020-02-08Find One or More Criminals in a Hunt, Regular Expression Greedy Match Lesson
2020-02-08Find Characters with Lazy Matching, Learning about Regular Expressions in 2020, Learn Regex Features
2020-02-03Match Characters that Occur Zero or More Times, freeCodeCamp's Regex Lessons and Tutorials
2020-01-21Match Characters that Occur One or More Times,freeCodeCamp Regex Tutorials Javascript, Learn to Code
2020-01-17Match Single Characters Not Specified, Regular Expression Lesson 2020, freeCodeCamp Tutorial
2020-01-11Match Numbers and Letters of the Alphabet, Free Regex Course, freeCodeCamp Learn Regular Expressions



Tags:
programming
javascript
js
coding tutorials
tutorials for coding
learning to code