This function returns .true. if the pattern contains the caret character at the top that matches the beginning of a line.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | pattern |
This funciton returns .true. if the pattern contains the doller character at the end that matches the ending of a line.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | pattern |
This subroutine creates an array containing a list of the positions of the
prefix
es that exist in the text
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | text | |||
character(len=*), | intent(in) | :: | prefix | |||
character(len=*), | intent(in) | :: | suffix | |||
integer(kind=int32), | intent(inout), | allocatable | :: | index_array(:) |