Procedures

ProcedureLocationProcedure TypeDescription
adjustlstdlib_string_classInterface

Left-adjust the character sequence represented by the string. The length of the character sequence remains unchanged.

Read more…
adjustrstdlib_string_classInterface

Right-adjust the character sequence represented by the string. The length of the character sequence remains unchanged.

Read more…
charstdlib_string_classInterface

Return the character sequence represented by the string.

Read more…
iacharstdlib_string_classInterface

Code in ASCII collating sequence.

Read more…
icharstdlib_string_classInterface

Character-to-integer conversion function.

Read more…
indexstdlib_string_classInterface

Position of a substring within a string.

Read more…
lenstdlib_string_classInterface

Returns the length of the character sequence represented by the string.

Read more…
len_trimstdlib_string_classInterface

Returns the length of the character sequence without trailing spaces represented by the string.

Read more…
lgestdlib_string_classInterface

Lexically compare the order of two character sequences being greater equal, The left-hand side, the right-hand side or both character sequences can be represented by a string.

Read more…
lgtstdlib_string_classInterface

Lexically compare the order of two character sequences being greater, The left-hand side, the right-hand side or both character sequences can be represented by a string.

Read more…
llestdlib_string_classInterface

Lexically compare the order of two character sequences being less equal, The left-hand side, the right-hand side or both character sequences can be represented by a string.

Read more…
lltstdlib_string_classInterface

Lexically compare the order of two character sequences being less, The left-hand side, the right-hand side or both character sequences can be represented by a string.

Read more…
repeatstdlib_string_classInterface

Repeats the character sequence hold by the string by the number of specified copies.

Read more…
scanstdlib_string_classInterface

Scan a string for the presence of a set of characters. Scans a string for any of the characters in a set of characters.

Read more…
trimstdlib_string_classInterface

Returns the character sequence hold by the string without trailing spaces.

Read more…
verifystdlib_string_classInterface

Scan a string for the absence of a set of characters. Verifies that all the characters in string belong to the set of characters in set.

Read more…