←back to thread

1070 points dondraper36 | 2 comments | | HN request time: 0.001s | 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 #
1. dochtman ◴[] No.45069193[source]
I would argue that regexes are often more complex than simple parsers.
replies(1): >>45069427 #
2. dondraper36 ◴[] No.45069427[source]
That's where the familiarity factor steps in.