Text Formatter

    Joined
    Oct 28, 2013
    Messages
    46
    Reaction score
    37
    • Legacy Citizen 4
    • Legacy Citizen 3
    • Legacy Citizen 2
    Hi all. I discovered some neat features about java regular expressions. This is what I did with it.


    The command used was: [REPLACEFIRST](.+)(\n)(.+)(\n)((.|\n)+)[WITH]<style>c=$1,f=$3</style>$5

    Btw, if you want to know more about regular expressions, I suggest you visit the documentation in this site :
    Pattern (Java Platform SE 7 )

    Also this: Regular expressions in Java - Tutorial
     
    Last edited: