Finds the starting index of substring 'pattern' in the input 'string' Specifications
Version: experimental
Returns the starting index of the 'occurrence'th occurrence of substring 'pattern' in input 'string' Returns an integer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(in) | :: | string | |||
| type(string_type), | intent(in) | :: | pattern | |||
| integer, | intent(in), | optional | :: | occurrence | ||
| logical, | intent(in), | optional | :: | consider_overlapping |
Returns the starting index of the 'occurrence'th occurrence of substring 'pattern' in input 'string' Returns an integer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(in) | :: | string | |||
| character(len=*), | intent(in) | :: | pattern | |||
| integer, | intent(in), | optional | :: | occurrence | ||
| logical, | intent(in), | optional | :: | consider_overlapping |
Returns the starting index of the 'occurrence'th occurrence of substring 'pattern' in input 'string' Returns an integer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string | |||
| type(string_type), | intent(in) | :: | pattern | |||
| integer, | intent(in), | optional | :: | occurrence | ||
| logical, | intent(in), | optional | :: | consider_overlapping |
Returns the starting index of the 'occurrence'th occurrence of substring 'pattern' in input 'string' Returns an integer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string | |||
| character(len=*), | intent(in) | :: | pattern | |||
| integer, | intent(in), | optional | :: | occurrence | ||
| logical, | intent(in), | optional | :: | consider_overlapping |