//echo -a $lower(text)
//echo -a $lower(SELAM NABER)
on *:input:#: { if $regex($1-,/(.)+/Si) { .haltdef | msg # $lower($1-) } }