Viewing profile — boblauer
boblauer
HN member- Joined
- Thu, Aug 22, 2013, 3:55 AM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About boblauer
No profile information was provided.
Recent public activity
-
comment
Comment #42978322
To answer your question, it's to give the appearance of fairness. It's the same reason Russia holds elections.
-
comment
Comment #8638295
Counting capturing groups is a solved problem - http://stackoverflow.com/questions/16046620/regex-to-count-t...
-
comment
Comment #8638284
You can get the index of the match via the .exec function. It returns an array. The first element is the match, and then an element for each capturing group. You'd need to keep tra…