if(regularexpression match)
{
//here i want change the color of the text
$txt_core->insert('end',"$text");
}
else
{
//condition false means i want to change the this color also.if and else colors //are different
$txt_core->insert('end',"$text");
}
i need clear code to format in the above scrolled text widget