Viewing profile — fghfg
fghfg
HN member- Joined
- Sat, Jun 22, 2013, 1:47 AM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About fghfg
No profile information was provided.
Recent public activity
-
comment
Comment #5922206
// Parse tags string. // Example: // "tag1, tag2" => {"tag1", "tag2"} // "tag1, very long tag" => {"tag1", "very long"} string[] NewTags(string tags_string) { //Allow only letters,…