regex Interface

public interface regex

The generic name for the regex subroutine implemented as procedure__regex.


Module Procedures

private pure subroutine subroutine__regex(pattern, text, res, length, from, to)

The function implemented for the regex subroutine.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: pattern
character(len=*), intent(in) :: text
character(len=:), intent(inout), allocatable :: res
integer, intent(inout), optional :: length
integer, intent(inout), optional :: from
integer, intent(inout), optional :: to