// s = e.g. "John couldn't see the stage with Billy in front of him because he is so [short/tall]. Who is so [short/tall]?" sS winograd_takeSecondOption(S s) { ret regexpReplaceWithFirstGroup("\\[\\w+/(\\w+)\\]", s); }