Derived type for string object.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | all |
It returns the string to array of character.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(string_), | intent(in) | :: | this |
It initializes the string by an array of character.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(string_), | intent(in) | :: | this |
It shows the string in the terminal.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(string_), | intent(in) | :: | this |
It converts the CAPITAL to the lowercase
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(string_), | intent(inout) | :: | this |
It converts the lowercase to the CAPITAL
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(string_), | intent(inout) | :: | this |