DEV Community

Cris Acosta
Cris Acosta

Posted on • Updated on

How are regex used in the real world?

Hey ya'll JavaScript ninjas!

I am currently going through the regex module on FCC and I am just wondering how Regular Expressions are used in the real world and how often is it used?

Top comments (8)

 
developing_dev profile image
Cris Acosta

Awesome! Thank you senpai!

Thread Thread
 
link2twenty profile image
Andrew Bone

You can use regex on passwords for complexity checking.

Collapse
 
developing_dev profile image
Cris Acosta

like passwords and usernames?

 
developing_dev profile image
Cris Acosta

what's "entropy checking" in English again?