Jethro commented on a Page, Caps On 1st Letter  -  Sep 26, 2010

BoosteR, if you only want to set the first letter of a sentence capitalized, you could use:

on *:input:*:{
  if ($left($1,1) !isin / $readini($mircini,text,commandchar)) && (!$ctrlenter) && (!$inpaste) {
    say $regsubex($1-,/^(.)/,$upper(\t))
    halt
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.