contains_characters Interface

interface
private impure elemental module function contains_characters(self, substring) result(match)

Arguments

Type IntentOptional Attributes Name
class(test_description_t), intent(in) :: self
character(len=*), intent(in) :: substring

Return Value logical

Description

The result is .true. if the test description includes the value of substring