omni::string
NAME

omni::string

A namespace of omni

#include <omni/string/util.hpp>

MEMBERS

omni::string::binary
omni::string::util
inline bool omni::string::contains(const OMNI_STRING_T_FW& chk, const OMNI_STRING_T_FW& fnd, bool ignoreCase)
inline bool omni::string::is_numeric(const OMNI_STRING_T_FW& str, bool ignorePeriod)
template < typename T > inline OMNI_STRING_T_FW omni::string::lexical_cast(const T& val)
inline OMNI_STRING_T_FW omni::string::pad_left(OMNI_STRING_T_FW str, OMNI_CHAR_T_FW pad, std::size_t count)
inline OMNI_STRING_T_FW omni::string::pad_right(OMNI_STRING_T_FW str, OMNI_CHAR_T_FW pad, std::size_t count)
inline OMNI_STRING_T_FW omni::string::replace(OMNI_STRING_T_FW str, const OMNI_STRING_T_FW& fnd, const OMNI_STRING_T_FW& newstr, std::size_t pos, bool ignoreCase)
inline OMNI_STRING_T_FW omni::string::replace_all(OMNI_STRING_T_FW str, const OMNI_STRING_T_FW& fnd, const OMNI_STRING_T_FW& newstr, std::size_t pos, bool ignoreCase)
inline OMNI_STRING_T_FW omni::string::reverse(const OMNI_STRING_T_FW& str)
template < template < class, class > class std_seq_t, class std_allocator_t > std_seq_t<OMNI_STRING_T_FW, std_allocator_t> omni::string::split(const OMNI_STRING_T_FW& str, const OMNI_STRING_T_FW& delimeter, std::size_t max_val)
inline OMNI_STRING_T_FW omni::string::to_lower(OMNI_STRING_T_FW str)
template < typename T > inline std::string omni::string::to_string(const T& val)
template < typename T > inline omni::string_t omni::string::to_string_t(const T& val)
inline OMNI_STRING_T_FW omni::string::to_upper(OMNI_STRING_T_FW str)
template < typename T > inline std::wstring omni::string::to_wstring(const T& val)
inline OMNI_STRING_T_FW omni::string::trim(OMNI_STRING_T_FW str)
inline OMNI_STRING_T_FW omni::string::trim_end(OMNI_STRING_T_FW str)
inline OMNI_STRING_T_FW omni::string::trim_end_syschars(OMNI_STRING_T_FW str)
inline OMNI_STRING_T_FW omni::string::trim_front(OMNI_STRING_T_FW str)
inline OMNI_STRING_T_FW omni::string::trim_front_syschars(OMNI_STRING_T_FW str)
inline OMNI_STRING_T_FW omni::string::trim_syschars(OMNI_STRING_T_FW str)
template < typename ret_t > inline ret_t omni::string::type_cast(const OMNI_STRING_T_FW& str)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top