DEV Community

Discussion on: What do you find yourself searching for again and again?

Collapse
 
txai profile image
Txai

REGEX!! I simply can't remember the syntax. Also various functions from C standard libraries specially strtok and pthread_create

Collapse
 
acostalima profile image
André Costa Lima

Yeah, regex can be hard sometimes. Gladly, there are some great tools out there to guide and help us figuring out the right expression.

Collapse
 
itsasine profile image
ItsASine (Kayla)

Now I just skip straight to regex101 rather than search and inevitably just give up and type symbols in regex101 until it does what I want.

I conditioned myself to not search for regex help, I guess ^^;

Collapse
 
tvanantwerp profile image
Tom VanAntwerp

If you want some regex practice, I really enjoyed these games.

Collapse
 
txai profile image
Txai

Defintely gonna try these, thx

Collapse
 
jdelgit profile image
jdelgit • Edited

Anytime I want to do anything with regex I use regexr.com/, you can test if it's gonna work on a sample of your dataset.

Has a handy cheatsheet on the sidebar as well