ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_arrayReplace.F90 File Reference

Go to the source code of this file.

Data Types

interface  pm_arrayReplace::getReplaced
 Generate and return an arrayNew of the same type and kind as the input array, in which the requested instances of the input pattern have been replaced with the input replacement. More...
 
interface  pm_arrayReplace::setReplaced
 Replace the requested instances of the input pattern with the input replacement in the allocatable input/output array. More...
 

Modules

module  pm_arrayReplace
 This module contains procedures and generic interfaces for replacing patterns within arrays of various types.

 

Functions/Subroutines

pure recursive character(:, SK) function, allocatable pm_arrayReplace::getReplaced_recurs_alloc (array, pattern, replacement)
 [LEGACY code]
Generate and return a copy of the input array where all instances of the input pattern in it are replaced with the input replacement.
More...
 

Variables

character(*, SK), parameter pm_arrayReplace::MODULE_NAME = "@pm_arrayReplace"