public interface split
Function for splitting a scalar character or String into a vector of tokens.
For a user reference, see split.
Functions
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
substring |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
separator |
|
Return Value
type(String), allocatable, (:)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(String),
|
intent(in) |
|
|
:: |
substring |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
separator |
|
Return Value
type(String), allocatable, (:)