AllCaps:

Path: Common/General

--------------------------------------------------------------------------
   Determines if the string is all capital letters. s may be a cell array
   of strings.
--------------------------------------------------------------------------
   Form:
   t = AllCaps( s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s             (1,:)   String

   -------
   Outputs
   -------
   t             (1,:)   True or false

--------------------------------------------------------------------------

Back to the Common Module page