看词语>英语词典>uppercase翻译和用法

uppercase

n.  大写字母盘
vt.  以大写字母印刷
adj.  大写字母的

COCA.37645

英英释义

noun

  • one of the large alphabetic characters used as the first letter in writing or printing proper names and sometimes for emphasis
    1. printers once kept the type for capitals and for small letters in separate case
    Synonym:capitalcapital letterupper-case lettermajuscule

adj

  • relating to capital letters which were kept in the top half of a compositor's type case
    1. uppercase letter

双语例句

  • As you can see that method converted the string to uppercase.
    您可以看到,该方法将字符串转换为大写字母。
  • You can also use a mixture of uppercase and lowercase to express a keyword.
    还可以使用大小写混合形式表达关键字。
  • Therefore, all user IDs and group names are stored in the database in uppercase.
    因此,所有用户ID和组名在数据库中存储为大写。
  • The second parameter is the input string that either converts to uppercase or lowercase characters.
    第二个参数是将被转化成大写或小写字符的输入字符串。
  • You need to convert a string from uppercase to lowercase, or vice versa.
    你需要将一个字符串从大写转换为小写,或者相反。
  • The ucfirst() function converts the first character of a string to uppercase.
    函数的作用是:将字符串中的第一个字母大写。
  • A strong password contains a mix of uppercase and lowercase letters, along with at least one symbol.
    一个强健的密码包含大小写字母以及至少一个符号。
  • You must type uppercase and lowercase letters correctly when you set and enter passwords.
    在设置和输入密码时,必须键入正确的大小写字母。
  • Template parameter names begin with an uppercase letter.
    模板参数名字以一个大写字母开始。
  • For example, think of a Java application to count the number of uppercase letters in a sentence.
    例如,假设有一个Java应用程序,它计算句子中大写字母的数量。