Regular Expressions (RegEx) Tutorial #4 - Ranges

preview_player
Показать описание
Hey ninjas, in this RegEx tutorial I'll discuss ranges, and how we can use them to match a specific range of characters, for example, any character from 'a' to 'z' in the alphabet!

----- COURSE LINKS:

======== Other Tutorials =========

----- NODE.JS TUTORIALS

----- MONGODB TUTORIALS

======== Social Links ==========

Рекомендации по теме
Комментарии
Автор

we can also use [A-z] instead of [a-zA-Z] it ranges from A(upper case - index 65) to z(lowercase - index 122) which includes all the upper case as well as lower case alphabets

affanahmad
Автор

regex was a nightmare for me when i started with php. All thanks to you sir <3

rajdipbhattacharya
Автор

thank you for the videos i never knew regex could be this easier to understand

ianmoon
Автор

I was pleasantly suprised to find that you have a course on regex as well!

jomy-games
Автор

0:43 Alphabetic Range [a-z]
2:00 Range combination [a-zA-Z]
2:34 Number Range [0-9]

rakibulhashanrabbi
Автор

I finally understand that RegEx with your narration :)

policeuac
Автор

love your explaination.Best! Thanks Ninja

jawadvajeeh
Автор

Amazing! This video has a cliff hanger too xD

oinSquares
Автор

lol, "1inja" makes sense hahahah, "inja" means "dog" in Zulu Language. so "1inja" means "1 Dog" lol hahahah.
Good tutorial, Thank You so much.

ismaeliyundaantonio
Автор

Thank you for the excellent videos, Net Ninja! Any chance to see XRegExp covered in this series?

yannisevangelou
Автор

Another great video, another like & comment.

RenteaRadu
Автор

Plz make web scraping through regex after this amazing playlist

mukeshphulwani
Автор

can you do a video on extending Django user model

realgabreal
Автор

zed? not? those are awesome ways to pronounce those numbers

SogMosee
Автор

At 2:01 how about [A-z] . I tried it worked .

sairajdas
Автор

2 in japanese is "ni", so 2inja would make sense🤣

yuransoares