Function; strlen - HWRM/KarosGraveyard GitHub Wiki

strlen(<sString>)

Description

(from LUA 4 Manual: 6.2 String Manipulation)

"Receives a string and returns its length. The empty string "&Quot; has length 0. Embedded zeros are counted, and so 'a\000b\000c' has length 5."

Example

Arguments

<sString>: the string to return the length of.

Related Functions

Function Reference

LUA 4 Manual: 6.2 String Manipulation

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

⚠️ **GitHub.com Fallback** ⚠️