strlen is available since version 1.0.
Prototype:
number strlen(string string)
Parameters
	
		
			string
		
		
			Null-terminated string. 
		
	 
 
Description:
Get the length of a string.
Return value:
returns the number of characters in string, excluding the terminal NULL. No return value is reserved to indicate an error.