@TPUNCT[un magnifique]: Renvoie le nombre de caractères de ponctuation dans un magnifique, c'est-à-dire des caractères imprimables qui ne sont ni alphanumériques ni espaces.

 

Voir aussi: @TALNUM, @TALPHA, @TASCII, @TCNTRL, @TDIGIT, @TLOWER, @TPRINT, @TSPACE, @TUPERet @TXDIGIT.

 

Exemples:

 

echo %@tpunct[.]

1

 

écho %@tpunct[+]

1

 

echo %@tpunct[:-)]

3

 

echo %@tpunct[.,a]

2