Replaces all the occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Version: experimental
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | string | |||
type(string_type), | intent(in) | :: | pattern | |||
type(string_type), | intent(in) | :: | replacement |
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | string | |||
type(string_type), | intent(in) | :: | pattern | |||
character(len=*), | intent(in) | :: | replacement |
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | string | |||
character(len=*), | intent(in) | :: | pattern | |||
type(string_type), | intent(in) | :: | replacement |
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string | |||
type(string_type), | intent(in) | :: | pattern | |||
type(string_type), | intent(in) | :: | replacement |
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | string | |||
character(len=*), | intent(in) | :: | pattern | |||
character(len=*), | intent(in) | :: | replacement |
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string | |||
type(string_type), | intent(in) | :: | pattern | |||
character(len=*), | intent(in) | :: | replacement |
Replaces all occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string | |||
character(len=*), | intent(in) | :: | pattern | |||
type(string_type), | intent(in) | :: | replacement |
Replaces all the occurrences of substring 'pattern' in the input 'string' with the replacement 'replacement' Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string | |||
character(len=*), | intent(in) | :: | pattern | |||
character(len=*), | intent(in) | :: | replacement |