將字串改為小寫的方法
來自 Pete Freitag,將字串改為小寫,在不同的程式語言中是這樣的處理的:
| 函式 | 語言 |
|---|---|
| LCase() | ColdFusion / CFML, ASP, Visual Basic |
| lower() | SQL, Python |
| toLowerCase() | Java, JavaScript, ActionScript |
| strtolower() | PHP |
| tolower() | ANSI C/C++ |
| toLower() | C# |
| downcase | Ruby |
| lower-case() | XQuery |
| lowercaseString | Objective C / NSString |
| lc() | Perl |
帥呀,Perl!


29. October 2009 at 16:59
哈哈哈
4. November 2009 at 11:01
哈~Perl是寫的人爽,看得人繳。