Difference between revisions of "Strings and arrays"
Jump to navigation
Jump to search
(How to get the length of a string or an array - in selected languages) |
|||
| Line 21: | Line 21: | ||
|---- | |---- | ||
|} | |} | ||
| + | |||
| + | [[Category:Computer programming]] | ||
Revision as of 15:24, June 29, 2011
| String | Array | |
| Java | .length() | .length |
| JavaScript | .length | .length |
| PHP | strlen() | count() |
| MySQL | CHAR_LENGTH() |