DEV Community

Discussion on: What's that piece of code that you have to Google *every time*?

Collapse
 
vtrpldn profile image
Vitor Paladini

regex is a classic, I've been through the whole HackerRank's regex course last year but still find myself searching for specific regex patterns

Collapse
 
madza profile image
Madza • Edited

Exactly, I was considering to learn everything there is on it (like taking some advanced course or smth), tho I decided not to. While you know what you can do with it and it's use cases, you can quickly search it up thanks to sites like RegExr and Regex101.