Home | History | Annotate | Download | only in config

Lines Matching full:lowercase

1662 to lowercase ASCII and vice versa.B.capitalize() -> copy of B
1668 characters, all remaining cased characters have lowercase.B.upper() -> copy of B
1672 Return a copy of B with all ASCII characters converted to lowercase.B.istitle() -> bool
1676 characters and lowercase characters only cased ones. Return False
1682 Return True if all cased characters in B are lowercase and there is
10033 Return a copy of the string S converted to lowercase.S.upper() -> string
10037 Return True if all cased characters in S are lowercase and there is
10051 characters and lowercase characters only cased ones. Return False
10119 converted to lowercase and vice versa.S.translate(table [,deletechars]) -> string
10129 characters, all remaining cased characters have lowercase.S.ljust(width[, fillchar]) -> string
14050 Return a copy of the string S converted to lowercase.S.lstrip([chars]) -> unicode
14091 Return a copy of S with uppercase characters converted to lowercase
14112 Return True if all cased characters in S are lowercase and there is
14120 follow uncased characters and lowercase characters only cased ones.