The following functions edit, format, and align the contents of strings. Use the & or + operators to concatenate strings.
Converts a numeric expression to a string, and then formats it according to the format that you specify.
Converts all uppercase letters in a string to lowercase.
Returns the number of leftmost characters that you specify of a string expression.
Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type.
Removes all leading spaces at the start of a string expression.
Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid statement).
Replaces some string by another.
Returns the rightmost "n" characters of a string expression.
Right-aligns a string within a string variable, or copies a user-defined variable type into another.
Deletes the spaces at the end of a string expression.
Uklanja sve vodece i pratece prostore od niza izraza.
Pretvara male znakove u string velika slova.
Vraca red kao substring iz string izraza
Vraca niz od broja substringova u niz polja.
Pretvara sistemsko ime fajla u fajl URL.
Pretvori URL fajl u sistemsko ime fajla.