We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
recursive
1 parent 97cdbd5 commit 713eeedCopy full SHA for 713eeed
src/regex.f90
@@ -711,7 +711,7 @@ end function re_matchp
711
712
713
! Iterative matching
714
- logical function matchpattern(pattern, text, matchlength) result(match)
+ recursive logical function matchpattern(pattern, text, matchlength) result(match)
715
type(regex_token), intent(in) :: pattern(:)
716
character(kind=RCK,len=*), intent(in) :: text
717
integer, intent(inout) :: matchlength
0 commit comments