词语屋>英语词典>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

双语例句

  • A valid name can contain only lowercase letters, numbers, periods, underscores, and dashes.
    有效的名称只能包含小写字母、数字、点号、下划线和连字符。
  • Use HTTP compression, and always use lowercase divs and class names
    使用HTTP压缩,并始终使用小写的div和类名
  • You need to convert a string from uppercase to lowercase, or vice versa.
    你需要将一个字符串从大写转换为小写,或者相反。
  • You can set the defaults in advance. Note that the keys of the dictionary are always lowercase.
    可以预先设定缺省值。注意字典的键值都是小写的。
  • Formats all letters as lowercase.
    将所有字母的格式设置为小写。
  • Each template can be adjusted up situation and the uppercase and lowercase letters, numbers and special symbols.
    每个模板都可以调整注册情况和大小写字母,数字及特殊符号。
  • You use that, combined with the difference between the lowercase and uppercase values, to perform the conversion.
    用该值结合大写和小写值间的差执行转换。
  • The second for loop only finds lowercase vowels as it iterates over the original string.
    第二个for循环在迭代原始string时仅查找小写元音字母。
  • In C#, for example, class names begin with lowercase letters, and method and field names begin with uppercase letters.
    举例来说,在C中,类名都是以小写字母开头的,方法名和字段名以大写字母开头。
  • Method, field, and local variable names begin with a lowercase letter, as in read().
    方法、字段和本地变量名以小写字母开头,如read()。