Next Previous Contents

65. strchopr

Synopsis

Chop or split a string into substrings.

Usage

Integer_Type strchopr (String_Type str, String_Type delim, String_Type quote)

Description

This routine performs exactly the same function as strchop except that it returns the substrings in the reverse order. See the documentation for strchop for more information.

See Also

strchop, extract_element


Next Previous Contents