operator(.in.) Interface

public interface operator(.in.)

It detects whether a array of character is contained in the string or not.


Module Procedures

public function in_detect_char(key, chararg) result(ret)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key
character(len=*), intent(in) :: chararg

Return Value logical