Home > cat > string 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Warning! This page is not up to date.  See english version 
Textové Funkce
Asc Returns the ASCII code of a character in a string. use String.Code for UTF-8 strings
Chr$ Returns a character from its ASCII code. use String.Chr for UTF-8 strings
Comp Compares two strings. ?
Html$ Quotes a string so that it is valid HTML. ?
InStr Searches a string into another string. use String.InStr for UTF-8 strings
LCase$ Converts a string to lowercase. use String.Code for UTF-8 strings
Left$ Returns the first characters of a string. use String.Left for UTF-8 strings
Len Returns the length of a string. use String.Code for UTF-8 strings
LTrim$ Strips white spaces from the left of a string. ?
Mid$ Returns a part of a string. use String.Mid for UTF-8 strings
Quote$ Quotes a string. ?
Replace$ Replaces in a string a substring by another one. ?
Right$ Returns the last characters of a string. use String.Right for UTF-8 strings
RInStr Searches a string into another string from its right. use String.RInStr for UTF-8 strings
RTrim$ Strips white spaces from the right of a string. ?
Scan Splits a string against a regular expression pattern. ?
Space$ Returns a string containing only space. ?
Split Splits a string into substrings. ?
String$ Returns the same string concatenated many times. ?
Subst$ Substitutes strings in a pattern. ?
Trim$ Strips white spaces from a string. ?
UCase$ Converts a string to uppercase. use String.UCase for UTF-8 strings
UnQuote$ Unquotes a string. ?

Most of these functions only deal with ASCII strings. To manipulate UTF-8 strings, use the String Třída.

See also

Textové Operace, String