Extracts characters from the input string to return a new string
Version: experimental
Extract the characters from the region between 'first' and 'last' index (both inclusive) of the input 'string' by taking strides of length 'stride' Returns a new string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(in) | :: | string | |||
| integer, | intent(in), | optional | :: | first | ||
| integer, | intent(in), | optional | :: | last | ||
| integer, | intent(in), | optional | :: | stride |
Extract the characters from the region between 'first' and 'last' index (both inclusive) of the input 'string' by taking strides of length 'stride' Returns a new string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string | |||
| integer, | intent(in), | optional | :: | first | ||
| integer, | intent(in), | optional | :: | last | ||
| integer, | intent(in), | optional | :: | stride |