dm_regex_destroy Subroutine

public subroutine dm_regex_destroy(regex)

Destroys compiled regular expression.

Arguments

Type IntentOptional Attributes Name
type(regex_type), intent(inout) :: regex

Regular expression type.


Calls

proc~~dm_regex_destroy~~CallsGraph proc~dm_regex_destroy dm_regex_destroy pcre2_code_free pcre2_code_free proc~dm_regex_destroy->pcre2_code_free

Called by

proc~~dm_regex_destroy~~CalledByGraph proc~dm_regex_destroy dm_regex_destroy proc~dm_regex_request dm_regex_request proc~dm_regex_request->proc~dm_regex_destroy proc~dm_regex_response_string dm_regex_response_string proc~dm_regex_response_string->proc~dm_regex_destroy