Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ replace_character()

std::string pism::replace_character ( const std::string &  input,
char  from,
char  to 
)

Replace all occurrences of the character from with to and return the resulting string.

We could use std::regex_replace(), but this will do for now.

Definition at line 114 of file pism_utilities.cc.

Referenced by pism::IceModel::process_signals(), pism::IceModel::write_extras(), and pism::IceModel::write_snapshot().