public interface strFind
Module Procedures
private function strFind_1(str, s, n) result(out)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
str(:) |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
s |
|
|
integer,
|
intent(out), |
optional |
|
:: |
n |
|
Return Value
integer, ALLOCATABLE, (:)
private function strFind_m(str, s, n) result(out)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
str(:) |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
s(:) |
|
|
integer,
|
intent(out), |
optional |
|
:: |
n |
|
Return Value
integer, ALLOCATABLE, (:)