|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object f00f.net.irc.martyr.util.IRCStringUtils
public class IRCStringUtils
Constructor Summary | |
---|---|
IRCStringUtils()
|
Method Summary | |
---|---|
static java.lang.String |
convertToHTML(java.lang.String msg)
Returns the message with all formatting characters converted into associated html characters. |
static java.lang.String |
stripControlChars(java.lang.String msg)
Returns the message with all control characters stripped from it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IRCStringUtils()
Method Detail |
---|
public static java.lang.String stripControlChars(java.lang.String msg)
msg
- Message to remove control chars from.
public static java.lang.String convertToHTML(java.lang.String msg)
msg
- Message to convert to HTML format.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |