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
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: