Live data from Hacker News

Viewing profile — boblauer

boblauer

HN member
Joined
Thu, Aug 22, 2013, 3:55 AM UTC
HN karma
2
Public activity
3 items

About boblauer

No profile information was provided.

Recent public activity

  1. comment
    Comment #42978322

    To answer your question, it's to give the appearance of fairness. It's the same reason Russia holds elections.

  2. comment
    Comment #8638295

    Counting capturing groups is a solved problem - http://stackoverflow.com/questions/16046620/regex-to-count-t...

  3. 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…