filmov
tv
JavaScript Lingo: Regular Expressions

Показать описание
RegExp (Regular Expressions) in JavaScript
RegExp is not formatted like anything else in JS, and can have a steep learning curve.
RegExp can also be an incredibly useful and efficient tool.
Using RegExp, you can match, replace, search, and split a string, one of the more difficult types of values to manipulate.
Like with all of the other videos, we won't get into the nitty gritty, but I want to show you a few examples of where RegExp is useful.
If you wanted to create a registration page that verified passwords contained at least a number and a capital letter, you could use RegExp.
If you wanted to ensure that dates entered in a page were all valid dates in the future, you could use RegExp.
While there are limitless ways to use RegExp, many of them include validating information that users input.
RegExp is not formatted like anything else in JS, and can have a steep learning curve.
RegExp can also be an incredibly useful and efficient tool.
Using RegExp, you can match, replace, search, and split a string, one of the more difficult types of values to manipulate.
Like with all of the other videos, we won't get into the nitty gritty, but I want to show you a few examples of where RegExp is useful.
If you wanted to create a registration page that verified passwords contained at least a number and a capital letter, you could use RegExp.
If you wanted to ensure that dates entered in a page were all valid dates in the future, you could use RegExp.
While there are limitless ways to use RegExp, many of them include validating information that users input.
JavaScript Lingo: Regular Expressions
Regular Expressions (Regex) in JavaScript - tutorial
REGEX (REGULAR EXPRESSIONS) WITH EXAMPLES IN DETAIL | Regex Tutorial
Regular Expressions in JavaScript - #1 REGEX ULTRA BASICS
2.7: Regular Expressions: exec() - Programming with Text
#28 Regular Expressions in JavaScript Part 1
2.9: Regular Expressions: replace() - Programming with Text
Javascript tutorial for beginners - Regex
Students in first year.. 😂 | #shorts #jennyslectures #jayantikhatrilamba
2.1: Introduction to Regular Expressions - Programming with Text
Best Programming Languages #programming #coding #javascript
Regular Expressions in JavaScript Tutorial | RegEx
Learning the Basics of Regex in Javascript
2.6: Regular Expressions: test() and match() - Programming with Text
Tech Talk: How to use regular expressions effectively in JavaScript
How to Write Regular Expressions Without Going Crazy (Beginners Tutorial)
Regular Expressions 101 - The Basics in 12 minutes
JavaScript strings and regular expressions
Javascript Regular Expressions
15 Introduction to Regular Expressions in JavaScript | Beginner's Guide
JavaScript for the Haters
JAVASCRIPT Using regular expressions (regexp)
Learning Regular Expressions | Replacing Numbers Using JavaScript
Learn Javascript- Regex in Javascript
Комментарии