19#ifndef itkStringTools_h
20#define itkStringTools_h
25#include "ITKIOXMLExport.h"
57 ToData(std::string & s, std::vector<T> & data,
int count = -1);
65 FromData(std::string & s,
const std::vector<T> & data);
100 template <
typename T>
108 template <
typename T>
118 Trim(std::string & str,
const std::string & dislike =
" \t\n\r");
122 TrimLeft(std::string & str,
const std::string & dislike =
" \t\n\r");
126 TrimRight(std::string & str,
const std::string & dislike =
" \t\n\r");
138 Split(
const std::string & s, std::string & lpart, std::string & rpart,
const std::string & delims =
"=:");
142 Split(
const std::string & s, std::vector<std::string> & result,
const std::string & delims =
";|");
149 Split(
const std::string & s, std::map<std::string, std::string> & result,
const std::string & delims =
";|");
153 MatchWith(
const std::string & s1,
const std::string & s2,
bool ignoreCase =
true);
157 StartWith(
const std::string & s1,
const std::string & s2,
bool ignoreCase =
true);
161 EndWith(
const std::string & s1,
const std::string & s2,
bool ignoreCase =
true);
165 ContainSub(
const std::string & s1,
const std::string & s2,
bool ignoreCase =
true);
170#ifndef ITK_MANUAL_INSTANTIATION
171# include "itkStringTools.hxx"
Array class with size defined at construction time.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....