Hacker News new | past | comments | ask | show | jobs | submit login

Yes, regular expression. Saves me from lines of substr, split, join, etc.



Eh, I always use substr, split and so on if possible. They make the code way easier to read than with a regex.


It really depends on what you're doing, and at least being aware of what regex can do will help with deciding which is better for a given situation.

For example, I remember once replacing a buggy 3-4 lines of python based on split/etc with a single regex: match all \d+ (it was for extracting IDs from a user-input string)




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: