I do not understand much of this tag, but I wanted to know how to do a style scheme for that site in a Wordpress blog, code example:
string demo = "StackOverflow";
if(demo.Lenght == 13)
{
demo += "Brasil";
}
How do you make it recognize reverse words and change colors?