regex_f Interface

public interface regex_f

The generic name for the regex_f function implemented as function__regex.


Module Procedures

private pure function function__regex(pattern, text) result(res)

The function implemented for the regex_f function.

Arguments

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

Return Value character(len=:), allocatable