Returns the number of times substring 'pattern' has appeared in the input string 'string' Specifications
Returns the number of times substring 'pattern' has appeared in the input string 'string' Returns an integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | string | |||
type(string_type), | intent(in) | :: | pattern | |||
logical, | intent(in), | optional | :: | consider_overlapping |
Returns the number of times substring 'pattern' has appeared in the input string 'string' Returns an integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | string | |||
character(len=*), | intent(in) | :: | pattern | |||
logical, | intent(in), | optional | :: | consider_overlapping |
Returns the number of times substring 'pattern' has appeared in the input string 'string' Returns an integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string | |||
type(string_type), | intent(in) | :: | pattern | |||
logical, | intent(in), | optional | :: | consider_overlapping |
Returns the number of times substring 'pattern' has appeared in the input string 'string' Returns an integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string | |||
character(len=*), | intent(in) | :: | pattern | |||
logical, | intent(in), | optional | :: | consider_overlapping |