Splits a string by the specified delimiter character.
Splits a string by the supplied delimiter character.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | txt |
The string on which to operate. |
||
| character(len=1), | intent(in) | :: | delim |
The delimiter character. |
An array containing the resulting sub-strings.
Splits a string by the supplied delimiter character.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string), | intent(in) | :: | txt |
The string on which to operate. |
||
| character(len=1), | intent(in) | :: | delim |
The delimiter character. |
An array containing the resulting sub-strings.