I want to parse some strings which contains custom forum tags in them,like:\[code\]----sent from my Sony Ericsson LT28h,Android 4.2.1\[/code\]and show this tag string in a textview to be a clickable link ----sent from my Sony Ericsson LT28h,Android 4.2.1I tried the Html.fromhtml and use a custom taghandler, but it seems only support custom tags starts with "<" and ends ">"Any suggestions?