UtfLen: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Server client function}} The function gets the real length of a string, in characters. ==Syntax== <syntaxhighlight lang="lua"> int utfLen ( string theString ) </syntaxhighlight> ===Required Arguments...") |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{{Server client function}} | {{Server client function}} | ||
The function gets the real length of a string, in characters. | The function gets the real length of a string, in characters. |
Revision as of 15:24, 13 September 2011
The function gets the real length of a string, in characters.
Syntax
int utfLen ( string theString )
Required Arguments
- theString: The string to get the length of.
Returns
Returns an int if the function was successful, false otherwise.
See Also
- addDebugHook
- base64Decode
- base64Encode
- debugSleep
- decodeString
- encodeString
- fromJSON
- generateKeyPair
- getColorFromString
- getDevelopmentMode
- getDistanceBetweenPoints2D
- getDistanceBetweenPoints3D
- getEasingValue
- getNetworkStats
- getNetworkUsageData
- getPerformanceStats
- getRealTime
- getTickCount
- getTimerDetails
- getTimers
- getFPSLimit
- getUserdataType
- getVersion
- gettok
- isTransferBoxVisible
- setTransferBoxVisible
- hash
- inspect
- interpolateBetween
- iprint
- isOOPEnabled
- isTimer
- killTimer
- md5
- passwordHash
- passwordVerify
- pregFind
- pregMatch
- pregReplace
- removeDebugHook
- resetTimer
- setDevelopmentMode
- setFPSLimit
- setTimer
- ref
- deref
- sha256
- split
- teaDecode
- teaEncode
- toJSON
- tocolor
- getProcessMemoryStats
- utfChar
- utfCode
- utfLen
- utfSeek
- utfSub
- bitAnd
- bitNot
- bitOr
- bitXor
- bitTest
- bitLRotate
- bitRRotate
- bitLShift
- bitRShift
- bitArShift
- bitExtract
- bitReplace