Hacker News new | ask | show | jobs
by michaelt 1694 days ago
Are there any languages other than C and assembler that don't have a function to split a string on delimiters as part of their standard library?
1 comments

C has one, strtok().