operator(.in.) Interface

public interface operator(.in.)

Interface for user-defined operator of .in.


Module Procedures

private pure elemental function operator__in(pattern, str) result(res)

The function implemented for the .in. operator.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: pattern
character(len=*), intent(in) :: str

Return Value logical