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