https://github.com/benz303/zfben_extend
ZfbenExtend::String.to_html('text http://link #tag [email protected] @user text', tag_url: '/tagurl/', user_url: '/userurl/')
# => 'text <a href="http://link">http://link</a> <a href="/tagurl/tag">#tag</a> <a href="mailto:[email protected]">[email protected]</a> <a href="/userurl/user">@user</a> text'
See more at https://github.com/benz303/zfben_extend/blob/master/test/zfben_extend_test.rb
大家在使用过程中遇到 bug 请在 github 上提交 issue :)
PS. 第一次用 travis-ci,实在是很方便