Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 312 Bytes

hipchat-parser-go

hipchat-like parser for text, rewritten using golang

usage example

$: go run main.go "aaas dd @aa (aa) google.com"
Parsing:  aaas dd @aa (aa) google.com
{"emoticons":["aa"],"links":[{"url":"google.com","title":"Google"}],"mentions":["aa"]}

tests

run go test