Hi I have this code:
Code:
on ^*:TEXT:*:#:{ echo -a $regex($1-,/[A-Z]/) }


It tell me only if someone write in MAIUSC. But, if I would like to calc how many words are in MAIUSC in the string? shocked