Next: , Previous: , Up: Routine Groups   [Contents][Index]


11.19 String Routines

These routines deal with or yield strings (Strings).

atol

Reads a number from a string.

eval

Evaluate a string as LUX code.

execute

Execute a string as LUX code.

format_set

Set or show the format for ASCII output.

fstring

Construct a string from data values.

insert

Insert a string into a string array(?).

isstring

Determine if an expression is a string expression.

ist

Convert a number to a string.

istring

Convert a number to a string.

lowcase

Convert the letters in a string to lower case.

lower

Convert the letters in a string to lower case.

skipc

Return part of a string, skipping specified characters.

smap

Convert any data type to a string byte by byte.

str

Convert a number to a string.

strarr

Create a string array.

strcount

Count the occurrences of a substring in a string.

string

Convert a number to a string.

strlen

Return the length of a string.

strloc

Return the part of a string that starts with a specified substring.

strpos

Return the position of a substring in a string.

strr

Replace a substring.

strreplace

Replace a substring.

strskp

Returns the part of a string that follows a specified substring.

strsub

Returns part of a string.

strtrim

Returns a string with trailing blanks, tabs, and control characters removed.

upcase

Converts letters in a string to upper case.

upper

Converts letters in a string to upper case.


Next: , Previous: , Up: Routine Groups   [Contents][Index]