TreeMig Code
Loading...
Searching...
No Matches
iso_varying_string::replace Interface Reference

Public Member Functions

elemental type(varying_string) function replace_vs_vs_auto (string, start, substring)
 
elemental type(varying_string) function replace_ch_vs_auto (string, start, substring)
 
elemental type(varying_string) function replace_vs_ch_auto (string, start, substring)
 
elemental type(varying_string) function replace_ch_ch_auto (string, start, substring)
 
elemental type(varying_string) function replace_vs_vs_fixed (string, start, finish, substring)
 
elemental type(varying_string) function replace_ch_vs_fixed (string, start, finish, substring)
 
elemental type(varying_string) function replace_vs_ch_fixed (string, start, finish, substring)
 
elemental type(varying_string) function replace_ch_ch_fixed (string, start, finish, substring)
 
elemental type(varying_string) function replace_vs_vs_vs_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_ch_vs_vs_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_vs_ch_vs_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_ch_ch_vs_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_vs_vs_ch_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_ch_vs_ch_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_vs_ch_ch_target (string, target, substring, every, back)
 
elemental type(varying_string) function replace_ch_ch_ch_target (string, target, substring, every, back)
 

Detailed Description

Definition at line 226 of file ISO_varying_string.f90.

Member Function/Subroutine Documentation

◆ replace_ch_ch_auto()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_ch_auto ( character(len= ), intent(in) string,
integer, intent(in) start,
character(len= ), intent(in) substring )

Definition at line 2117 of file ISO_varying_string.f90.

◆ replace_ch_ch_ch_target()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_ch_ch_target ( character(len= ), intent(in) string,
character(len= ), intent(in) target,
character(len= ), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2394 of file ISO_varying_string.f90.

◆ replace_ch_ch_fixed()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_ch_fixed ( character(len= ), intent(in) string,
integer, intent(in) start,
integer, intent(in) finish,
character(len= ), intent(in) substring )

Definition at line 2202 of file ISO_varying_string.f90.

◆ replace_ch_ch_vs_target()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_ch_vs_target ( character(len= ), intent(in) string,
character(len= ), intent(in) target,
type(varying_string), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2302 of file ISO_varying_string.f90.

◆ replace_ch_vs_auto()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_vs_auto ( character(len= ), intent(in) string,
integer, intent(in) start,
type(varying_string), intent(in) substring )

Definition at line 2077 of file ISO_varying_string.f90.

◆ replace_ch_vs_ch_target()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_vs_ch_target ( character(len= ), intent(in) string,
type(varying_string), intent(in) target,
character(len= ), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2348 of file ISO_varying_string.f90.

◆ replace_ch_vs_fixed()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_vs_fixed ( character(len= ), intent(in) string,
integer, intent(in) start,
integer, intent(in) finish,
type(varying_string), intent(in) substring )

Definition at line 2160 of file ISO_varying_string.f90.

◆ replace_ch_vs_vs_target()

elemental type(varying_string) function iso_varying_string::replace::replace_ch_vs_vs_target ( character(len= ), intent(in) string,
type(varying_string), intent(in) target,
type(varying_string), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2256 of file ISO_varying_string.f90.

◆ replace_vs_ch_auto()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_ch_auto ( type(varying_string), intent(in) string,
integer, intent(in) start,
character(len= ), intent(in) substring )

Definition at line 2097 of file ISO_varying_string.f90.

◆ replace_vs_ch_ch_target()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_ch_ch_target ( type(varying_string), intent(in) string,
character(len= ), intent(in) target,
character(len= ), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2371 of file ISO_varying_string.f90.

◆ replace_vs_ch_fixed()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_ch_fixed ( type(varying_string), intent(in) string,
integer, intent(in) start,
integer, intent(in) finish,
character(len= ), intent(in) substring )

Definition at line 2181 of file ISO_varying_string.f90.

◆ replace_vs_ch_vs_target()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_ch_vs_target ( type(varying_string), intent(in) string,
character(len= ), intent(in) target,
type(varying_string), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2279 of file ISO_varying_string.f90.

◆ replace_vs_vs_auto()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_vs_auto ( type(varying_string), intent(in) string,
integer, intent(in) start,
type(varying_string), intent(in) substring )

Definition at line 2057 of file ISO_varying_string.f90.

◆ replace_vs_vs_ch_target()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_vs_ch_target ( type(varying_string), intent(in) string,
type(varying_string), intent(in) target,
character(len= ), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2325 of file ISO_varying_string.f90.

◆ replace_vs_vs_fixed()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_vs_fixed ( type(varying_string), intent(in) string,
integer, intent(in) start,
integer, intent(in) finish,
type(varying_string), intent(in) substring )

Definition at line 2137 of file ISO_varying_string.f90.

◆ replace_vs_vs_vs_target()

elemental type(varying_string) function iso_varying_string::replace::replace_vs_vs_vs_target ( type(varying_string), intent(in) string,
type(varying_string), intent(in) target,
type(varying_string), intent(in) substring,
logical, intent(in), optional every,
logical, intent(in), optional back )

Definition at line 2233 of file ISO_varying_string.f90.


The documentation for this interface was generated from the following file: