Regular Expressions in 2021, freeCodeCamp Regex Match Everything But Letters and Numbers, Coding Vid VIDEO
On today, Feb 7, 2021, we look at freeCodeCamp's Regular Expressions lesson, "Match Everything But Letters and Numbers". This lesson is a continuation of the regex course on freeCodeCamp which explains how regular expressions can be used to match a variety of patterns within text on a computer. In our last lesson, we learn how to search for all alphanumerics in a shorthand way by using the elegant character class \w. In our lesson today, we learn that we can do the opposite of that using the character class \W. This powerful regex character class allows us to target everything but alphanumerics. Using this and understanding it when developing apps will allow you to become a better programmer.
Buy a Cool Super Hero Sticker for yourself and support us! https://BelieveRationally.com/Shop
See this course and many more free online coding courses at https://wewillcode.com
Vibe out to some music I created at https://ananomyx.com
Check bae's epoxy resin craft store at https://valeryedoesresin.com
Other Videos By We Will Code 2021-04-12 Exlweb, Mobile First Wordpress Ecommerce Web Solution, Integrated with Most powerful Theme Builders 2021-02-13 freeCodeCamp Check for All or None, Regex Pattern Tutorials 2021 2021-02-13 Specify Exact Number of Matches, Free Online Coding Tutorial 2021-02-11 freeCodeCamp, Specify Only the Lower Number of Matches, Free Coding Tutorial for Beginners in 2021 2021-02-11 Specify Upper and Lower Number of Matches, freeCodeCamp Coding for Beginners 2021 2021-02-11 Regex Coding Tutorial, Match Non-Whitespace Characters, Tutorial on Regular Expressions 2021-02-10 Regular Expressions 2021 freeCodeCamp, Match Whitespace 2021-02-09 freeCodeCamp Regular Expression, Restrict Possible Usernames, 2021 Coding Tutorials for Beginners 2021-02-08 freeCodeCamp Regular Expressions, Match All Non-Number using Regex 2021 Coding Tutorials 2021-02-08 Understanding Regular Expressions on freeCodeCamp 2021, Match all Numbers Regex Pattern Matching 2021-02-07 Regular Expressions in 2021, freeCodeCamp Regex Match Everything But Letters and Numbers, Coding Vid 2021-02-06 freeCodeCamp 2021 Regular Expressions Match All Letters and Numbers, Master Regex 2021 Coding lesson 2020-02-14 Match Ending String Patterns Using Regexes, Regex Pattern Matching Tutorial, freeCodeCamp Coding Ex 2020-02-13 Match Beginning String Patterns, Regex Tutorials 2020-02-08 Find One or More Criminals in a Hunt, Regular Expression Greedy Match Lesson 2020-02-08 Find Characters with Lazy Matching, Learning about Regular Expressions in 2020, Learn Regex Features 2020-02-03 Match Characters that Occur Zero or More Times, freeCodeCamp's Regex Lessons and Tutorials 2020-01-21 Match Characters that Occur One or More Times,freeCodeCamp Regex Tutorials Javascript, Learn to Code 2020-01-17 Match Single Characters Not Specified, Regular Expression Lesson 2020, freeCodeCamp Tutorial 2020-01-11 Match Numbers and Letters of the Alphabet, Free Regex Course, freeCodeCamp Learn Regular Expressions 2020-01-10 Match Letters of the Alphabet, Regular Expression Patterns, freeCodeCamp Regexes Review
Tags: programming
javascript
js
coding tutorials
tutorials for coding
learning to code