←back to thread

1070 points dondraper36 | 1 comments | | HN request time: 0.218s | source
Show context
JackFr ◴[] No.45069093[source]
Before you write a parser, try a regex. (But some times you really do need a parser.)
replies(1): >>45069193 #
dochtman ◴[] No.45069193[source]
I would argue that regexes are often more complex than simple parsers.
replies(1): >>45069427 #
1. dondraper36 ◴[] No.45069427[source]
That's where the familiarity factor steps in.