MY词语>英语词典>lowercase翻译和用法

lowercase

英 ['ləʊəˌkeɪs]

n.  小写字母; 小写字体

COCA.31221

英英释义

noun

adj

  • relating to small (not capitalized) letters that were kept in the lower half of a compositor's type case
    1. lowercase letter

双语例句

  • The entire package name should be lowercase, even for proper names and acronyms that are normally capitalized.
    整个包名称应该是小写的,即使该名称是在别处常采取大写形式的一些惯用名称和缩写词。
  • In the following example, a function returns the successive lowercase characters of a string.
    在下面的例子中,函数返回某个字符串的连续小写字母。
  • You can set the defaults in advance. Note that the keys of the dictionary are always lowercase.
    可以预先设定缺省值。注意字典的键值都是小写的。
  • Passwords that don't have a mix of lowercase and uppercase letters, numerals, and special characters?
    不包含大小写、数字和特殊字符的密码?
  • A valid name can contain only lowercase letters, numbers, periods, underscores, and dashes.
    有效的名称只能包含小写字母、数字、点号、下划线和连字符。
  • Note! You have to rename the boot image to lowercase!
    注意!必须保证启动映像文件名全部为小写字母。(译注:数字也可以)。
  • Attribute names start with a lowercase letter, while element and type names start with an uppercase letter.
    属性名以小写字母打头,而元素和类型名称以大写字母打头。
  • Method, field, and local variable names begin with a lowercase letter, as in read().
    方法、字段和本地变量名以小写字母开头,如read()。
  • In C#, for example, class names begin with lowercase letters, and method and field names begin with uppercase letters.
    举例来说,在C中,类名都是以小写字母开头的,方法名和字段名以大写字母开头。
  • They simply convert the string to all uppercase or all lowercase letters, respectively.
    它们只是分别将字符串都转换成大写字母或小写字母。