DEV Community

Discussion on: What's your weakest backend/frontend skill?

Collapse
 
yaser profile image
Yaser Al-Najjar • Edited

Oh... this one a REAL pain.

BTW, there is a simplified (more human) library for regex (most langs supported):

github.com/VerbalExpressions/JSVer...

Collapse
 
numtostr profile image
Vikas Raj

If I am a PHP/Python developer then what to do? 🤔

Libs saves you time and work.But If you don't know the basics then libs won't help you.

IMO in case of regex, to use a regex lib, your app must be regex intensive. But If you know regex you can make some really powerful regex without any lib.

🤞🤞