NECI
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
split
Function
34 statements
Source File
fortran_strings.F90
fortran_strings
split
Contents
public pure function split(expr, delimiters) result(res)
@brief Split string by delimiters (defaults to whitespace).
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
expr
character(len=*),
intent(in),
optional
::
delimiters
Return Value
type(
Token_t
), allocatable, (:)