Yeah, basically says it all in the title. Here's the problem I having: http://prntscr.com/b9an8i , it basically yellows any characters that were in the # section. Here is my code: https://github.com/StuddedExpandable/VChatCore/blob/master/src/thevoxstudios/chatcore/ChatCore.java Cheero, Panda .
Splitting and jQuery? What does this have to do with what he is trying to attempt. I will try to reply.
I think you can iterate through the chars of the string. Detect if one is a hashtag, replace the "#" with ChatColor.BOLD + ChatColor.BLUE + "#". Find the next space then add a ChatColor.RESET.
JavaDocs says: Also, why not split up the string by it's spaces and search for #'s at the first character?