PHP » PYTHON |
login |
register |
about
|
PYTHON strtolower
is this article helpful?
|
Python replacement for PHP's strtolower
[
edit
| history
]
.lower() method >>> s = "STRing" >>> s.lower() string strtolower(PHP 4, PHP 5) strtolower — Make a string lowercase Description
string strtolower
( string $str
)
Returns string with all alphabetic characters converted to lowercase. Note that 'alphabetic' is determined by the current locale. This means that in i.e. the default "C" locale, characters such as umlaut-A (Ä) will not be converted. Parameters
Return ValuesReturns the lowercased string. Examples
Example #1 strtolower() example
<?php
Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|