is_valid_regex Interface

public interface is_valid_regex

The generic name for the is_valid_regex function implemented as is_valid_regex_pattern.


Module Procedures

private pure elemental function is_valid_regex_pattern(pattern) result(res)

The function validating a given regex patten.

Arguments

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

Return Value logical