operator(.match.) Interface

public interface operator(.match.)

Interface for user-defined operator of .match.


Module Procedures

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

The function implemented for the .match. operator.

Arguments

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

Return Value logical