PureBasic - String

Overview

Strings are the method used in order to store a list of characters. With the functions supplied in this library, many essential actions may be performed upon strings. By default, Strings are seen as unicode strings.

Command Index

Asc
Ascii
Bin
Chr
CountString
EscapeString
FindString
FormatNumber
Hex
InsertString
LCase
LSet
LTrim
Left
Len
Mid
RSet
RTrim
RemoveString
ReplaceString
ReverseString
Right
Space
Str
StrD
StrF
StrU
StringByteLength
StringField
Trim
UCase
UTF8
UnescapeString
Val
ValD
ValF

Example

String.pb

Supported OS

All

Reference Manual - Index