The routines in this section provide various facilities for manipulating objects
of Fortran CHARACTER type.
Allocates dynamic storage and copies a string. |
|
Adds a string to the end of a line. |
|
Positions a string in the centre of a field. |
|
Fills a string with a particular character. |
|
Looks for a given string in an ordered array. |
|
Converts an integer to character form. |
|
Compresses a string by using tabs. |
|
Gets a string that was stored using ALLOCSTR@. |
|
Alters a character argument so that all letters become lower case. |
|
Obtains the position of the first character that is not a space. |
|
Returns an integer argument as text. |
|
Removes leading spaces. |
|
Rotates a character string right until there are no trailing spaces. |
|
Alters a character argument so that all letters become upper case. |
See also: Standard Fortran 95 string operations