Goto main content

uc

This function return the uppercase value of a string.

UC

NAME

uc - This function return the uppercase value of a string.

SYNOPSIS

uc(string)

DESCRIPTION

This function return the uppercase value of a string.

PARAMETERS

string

The input string.

RETURN

String value in uppercase.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

res={_{uc("abc"); }}. return res=ABC.
res={_{uc(-2.5); }}. return res=-2.5.
res={_{uc("ée"); }}. return res=ÉE.
res={_{uc("бée¢€𤭢 !  # $ % & ' () * + , - .  / 0 1 2 3 4 5 6 7 8 9 : ; < = >
      ?  @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d
      e f g h i j k l m n o p q r s t u v w x y z { | } ~ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ®
      ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ
      Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü
      ý

      return

res=бÉE¢€𤭢 !  # $ % & ' () * + , - .  / 0 1 2 3 4 5 6 7 8 9 : ; < = >
      ?  @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` A B C D
      E F G H I J K L M N O P Q R S T U V W X Y Z { | } ~ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ®
      ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ
      Ö × Ø Ù Ú Û Ü Ý Þ ß À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö ÷ Ø Ù Ú Û Ü

SEE ALSO

{{ include("includes/strings.sn") }}

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.