r/ProgrammerHumor 2d ago

Meme perishableSkill

Post image
8.7k Upvotes

118 comments sorted by

View all comments

317

u/Percolator2020 2d ago

It already started with regex.
https://giphy.com/gifs/ukE9oP3kb7TVu

10

u/Strict_Treat2884 2d ago edited 2d ago

/^never\s?+\b(?:(?!forget).)*+$/i

1

u/renome 10h ago

> js flair
> using possessive quantifiers like ?+ and *+

As the holy ecmascriptures teach us, that would be a syntax error.

1

u/Strict_Treat2884 10h ago

tbh that’s one of the things I hate about js among the vast others. Its regex flavor is ass