strFind Interface

public interface strFind

Contents


Module Procedures

private function strFind_1(str, s, n) result(out)

Arguments

Type IntentOptional 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 IntentOptional Attributes Name
character(len=*), intent(in) :: str(:)
character(len=*), intent(in) :: s(:)
integer, intent(out), optional :: n

Return Value integer, ALLOCATABLE, (:)