Last modified on August 13, 2012, at 23:21

Strings and arrays

This is the current revision of Strings and arrays as edited by WesleyS (Talk | contribs) at 23:21, August 13, 2012. This URL is a permanent link to this version of this page.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
String Array
Java .length() .length
JavaScript .length .length
PHP strlen() count()
MySQL CHAR_LENGTH()