Block-Structured AMR Software Framework
AMReX_String.cpp File Reference
#include <AMReX_String.H>
#include <AMReX_BLassert.H>
#include <algorithm>
#include <cctype>
#include <iomanip>
#include <sstream>

Namespaces

 amrex
 

Functions

std::string amrex::toLower (std::string s)
 Converts all characters of the string into lower case based on std::locale. More...
 
std::string amrex::toUpper (std::string s)
 Converts all characters of the string into uppercase based on std::locale. More...
 
std::string amrex::trim (std::string s, std::string const &space)
 
std::string amrex::Concatenate (const std::string &root, int num, int mindigits=5)
 Returns rootNNNN where NNNN == num. More...
 
std::vector< std::string > amrex::split (std::string const &s, std::string const &sep=" \t")
 Split a string using given tokens in sep. More...