/usr/include/dlib/string/string.h is in libdlib-dev 18.18-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 | // Copyright (C) 2006 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRINg_
#define DLIB_STRINg_
#include "string_abstract.h"
#include <sstream>
#include "../algs.h"
#include <string>
#include <iostream>
#include <iomanip>
#include "../error.h"
#include "../assert.h"
#include "../uintn.h"
#include <cctype>
#include <algorithm>
#include <vector>
#include "../enable_if.h"
namespace dlib
{
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
inline const typename disable_if<is_same_type<charT,char>,std::string>::type narrow (
const std::basic_string<charT,traits,alloc>& str
)
{
std::string temp;
temp.reserve(str.size());
std::string::size_type i;
for (i = 0; i < str.size(); ++i)
{
if (zero_extend_cast<unsigned long>(str[i]) > 255)
temp += ' ';
else
temp += zero_extend_cast<char>(str[i]);
}
return temp;
}
template <
typename charT,
typename traits,
typename alloc
>
inline const typename enable_if<is_same_type<charT,char>,std::string>::type narrow (
const std::basic_string<charT,traits,alloc>& str
)
{
return str;
}
// ----------------------------------------------------------------------------------------
template <
typename traits,
typename alloc
>
const std::basic_string<char,traits,alloc> tolower (
const std::basic_string<char,traits,alloc>& str
)
{
std::basic_string<char,traits,alloc> temp;
temp.resize(str.size());
for (typename std::basic_string<char,traits,alloc>::size_type i = 0; i < str.size(); ++i)
temp[i] = (char)std::tolower(str[i]);
return temp;
}
// ----------------------------------------------------------------------------------------
template <
typename traits,
typename alloc
>
const std::basic_string<char,traits,alloc> toupper (
const std::basic_string<char,traits,alloc>& str
)
{
std::basic_string<char,traits,alloc> temp;
temp.resize(str.size());
for (typename std::basic_string<char,traits,alloc>::size_type i = 0; i < str.size(); ++i)
temp[i] = (char)std::toupper(str[i]);
return temp;
}
// ----------------------------------------------------------------------------------------
template <
typename traits,
typename alloc
>
bool strings_equal_ignore_case (
const std::basic_string<char,traits,alloc>& str1,
const std::basic_string<char,traits,alloc>& str2
)
{
if (str1.size() != str2.size())
return false;
for (typename std::basic_string<char,traits,alloc>::size_type i = 0; i < str1.size(); ++i)
{
if (std::tolower(str1[i]) != std::tolower(str2[i]))
return false;
}
return true;
}
template <
typename traits,
typename alloc
>
bool strings_equal_ignore_case (
const std::basic_string<char,traits,alloc>& str1,
const char* str2
)
{
typename std::basic_string<char,traits,alloc>::size_type i;
for (i = 0; i < str1.size(); ++i)
{
// if we hit the end of str2 then the strings aren't the same length
if (str2[i] == '\0')
return false;
if (std::tolower(str1[i]) != std::tolower(str2[i]))
return false;
}
// This happens when str2 is longer than str1
if (str2[i] != '\0')
return false;
return true;
}
template <
typename traits,
typename alloc
>
bool strings_equal_ignore_case (
const char* str1,
const std::basic_string<char,traits,alloc>& str2
)
{
return strings_equal_ignore_case(str2, str1);
}
// ----------------------------------------------------------------------------------------
template <
typename traits,
typename alloc
>
bool strings_equal_ignore_case (
const std::basic_string<char,traits,alloc>& str1,
const std::basic_string<char,traits,alloc>& str2,
unsigned long num
)
{
if (str1.size() != str2.size() && (str1.size() < num || str2.size() < num))
return false;
for (typename std::basic_string<char,traits,alloc>::size_type i = 0; i < str1.size() && i < num; ++i)
{
if (std::tolower(str1[i]) != std::tolower(str2[i]))
return false;
}
return true;
}
template <
typename traits,
typename alloc
>
bool strings_equal_ignore_case (
const std::basic_string<char,traits,alloc>& str1,
const char* str2,
unsigned long num
)
{
typename std::basic_string<char,traits,alloc>::size_type i;
for (i = 0; i < str1.size() && i < num; ++i)
{
// if we hit the end of str2 then the strings aren't the same length
if (str2[i] == '\0')
return false;
if (std::tolower(str1[i]) != std::tolower(str2[i]))
return false;
}
return true;
}
template <
typename traits,
typename alloc
>
bool strings_equal_ignore_case (
const char* str1,
const std::basic_string<char,traits,alloc>& str2,
unsigned long num
)
{
return strings_equal_ignore_case(str2, str1, num);
}
// ----------------------------------------------------------------------------------------
class cast_to_string_error : public error
{
public:
cast_to_string_error():error(ECAST_TO_STRING) {}
};
template <
typename T
>
const std::string cast_to_string (
const T& item
)
{
std::ostringstream sout;
sout << item;
if (!sout)
throw cast_to_string_error();
return sout.str();
}
// don't declare this if we are using mingw because it apparently doesn't
// support iostreams with wchar_t?
#if !(defined(__MINGW32__) && (__GNUC__ < 4))
template <
typename T
>
const std::wstring cast_to_wstring (
const T& item
)
{
std::basic_ostringstream<wchar_t> sout;
sout << item;
if (!sout)
throw cast_to_string_error();
return sout.str();
}
#endif
// ----------------------------------------------------------------------------------------
inline std::string pad_int_with_zeros (
int i,
unsigned long width = 6
)
{
std::ostringstream sout;
sout << std::setw(width) << std::setfill('0') << i;
return sout.str();
}
// ----------------------------------------------------------------------------------------
class string_cast_error : public error
{
public:
string_cast_error(const std::string& str):
error(ESTRING_CAST,"string cast error: invalid string = '" + str + "'") {}
};
template <
typename T
>
struct string_cast_helper
{
template < typename charT, typename traits, typename alloc >
static const T cast (
const std::basic_string<charT,traits,alloc>& str
)
{
using namespace std;
basic_istringstream<charT,traits,alloc> sin(str);
T temp;
sin >> temp;
if (!sin) throw string_cast_error(narrow(str));
if (sin.get() != std::char_traits<charT>::eof()) throw string_cast_error(narrow(str));
return temp;
}
};
template <typename C, typename T, typename A>
struct string_cast_helper<std::basic_string<C,T,A> >
{
template < typename charT, typename traits, typename alloc >
static const std::basic_string<C,T,A> cast (
const std::basic_string<charT,traits,alloc>& str
)
{
std::basic_string<C,T,A> temp;
temp.resize(str.size());
for (unsigned long i = 0; i < str.size(); ++i)
temp[i] = zero_extend_cast<C>(str[i]);
return temp;
}
};
template <>
struct string_cast_helper<bool>
{
template < typename charT, typename traits, typename alloc >
static bool cast (
const std::basic_string<charT,traits,alloc>& str
)
{
using namespace std;
if (str.size() == 1 && str[0] == '1')
return true;
if (str.size() == 1 && str[0] == '0')
return false;
if (tolower(narrow(str)) == "true")
return true;
if (tolower(narrow(str)) == "false")
return false;
throw string_cast_error(narrow(str));
}
};
#define DLIB_STRING_CAST_INTEGRAL(type) \
template <> \
struct string_cast_helper<type> \
{ \
template < typename charT, typename traits, typename alloc> \
static type cast ( \
const std::basic_string<charT,traits,alloc>& str \
) \
{ \
using namespace std; \
basic_istringstream<charT,traits,alloc> sin(str); \
type temp; \
if (str.size() > 2 && str[0] == _dT(charT,'0') && str[1] == _dT(charT,'x')) \
sin >> hex >> temp; \
else \
sin >> temp; \
if (!sin) throw string_cast_error(narrow(str)); \
if (sin.get() != std::char_traits<charT>::eof()) throw string_cast_error(narrow(str)); \
return temp; \
} \
};
DLIB_STRING_CAST_INTEGRAL(unsigned short)
DLIB_STRING_CAST_INTEGRAL(short)
DLIB_STRING_CAST_INTEGRAL(unsigned int)
DLIB_STRING_CAST_INTEGRAL(int)
DLIB_STRING_CAST_INTEGRAL(unsigned long)
DLIB_STRING_CAST_INTEGRAL(long)
DLIB_STRING_CAST_INTEGRAL(uint64)
template <
typename T,
typename charT,
typename traits,
typename alloc
>
inline const T string_cast (
const std::basic_string<charT,traits,alloc>& str
)
{
COMPILE_TIME_ASSERT(is_pointer_type<T>::value == false);
return string_cast_helper<T>::cast(str);
}
template <typename T>
inline const T string_cast (const char* str){ return string_cast<T>(std::string(str)); }
template <typename T>
inline const T string_cast (const wchar_t* str){ return string_cast<T>(std::wstring(str)); }
// ----------------------------------------------------------------------------------------
class string_assign
{
template <
typename charT,
typename traits,
typename alloc
>
class string_assign_helper
{
public:
string_assign_helper (
const std::basic_string<charT,traits,alloc>& str_
) : str(str_) {}
template <typename T>
operator T () const
{
return string_cast<T>(str);
}
private:
const std::basic_string<charT,traits,alloc>& str;
};
// -------------
class char_assign_helper
{
public:
char_assign_helper (
const char* str_
) : str(str_) {}
template <typename T>
operator T () const
{
return string_cast<T>(str);
}
private:
const char* str;
};
// -------------
class wchar_t_assign_helper
{
public:
wchar_t_assign_helper (
const wchar_t* str_
) : str(str_) {}
template <typename T>
operator T () const
{
return string_cast<T>(str);
}
private:
const wchar_t* str;
};
// -------------
public:
template <
typename charT,
typename traits,
typename alloc
>
string_assign_helper<charT,traits,alloc> operator=(
const std::basic_string<charT,traits,alloc>& str
) const
{
return string_assign_helper<charT,traits,alloc>(str);
}
char_assign_helper operator= (
const char* str
) const
{
return char_assign_helper(str);
}
wchar_t_assign_helper operator= (
const wchar_t* str
) const
{
return wchar_t_assign_helper(str);
}
};
const string_assign sa = string_assign();
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> wrap_string (
const std::basic_string<charT,traits,alloc>& str,
const unsigned long first_pad = 0,
const unsigned long rest_pad = 0,
const unsigned long max_per_line = 79
)
{
DLIB_ASSERT ( first_pad < max_per_line && rest_pad < max_per_line &&
rest_pad >= first_pad,
"\tconst std::basic_string<charT,traits,alloc> wrap_string()"
<< "\n\tfirst_pad: " << first_pad
<< "\n\trest_pad: " << rest_pad
<< "\n\tmax_per_line: " << max_per_line );
using namespace std;
basic_ostringstream<charT,traits,alloc> sout;
basic_istringstream<charT,traits,alloc> sin(str);
for (unsigned long i = 0; i < rest_pad; ++i)
sout << _dT(charT," ");
const basic_string<charT,traits,alloc> pad(sout.str());
sout.str(_dT(charT,""));
for (unsigned long i = 0; i < first_pad; ++i)
sout << _dT(charT," ");
typename basic_string<charT,traits,alloc>::size_type remaining = max_per_line - rest_pad;
basic_string<charT,traits,alloc> temp;
sin >> temp;
while (sin)
{
if (temp.size() > remaining)
{
if (temp.size() + rest_pad >= max_per_line)
{
string::size_type i = 0;
for (; i < temp.size(); ++i)
{
sout << temp[i];
--remaining;
if (remaining == 0)
{
sout << _dT(charT,"\n") << pad;
remaining = max_per_line - rest_pad;
}
}
}
else
{
sout << _dT(charT,"\n") << pad << temp;
remaining = max_per_line - rest_pad - temp.size();
}
}
else if (temp.size() == remaining)
{
sout << temp;
remaining = 0;
}
else
{
sout << temp;
remaining -= temp.size();
}
sin >> temp;
if (remaining == 0 && sin)
{
sout << _dT(charT,"\n") << pad;
remaining = max_per_line - rest_pad;
}
else
{
sout << _dT(charT," ");
--remaining;
}
}
return sout.str();
}
template <
typename charT
>
const std::basic_string<charT> wrap_string (
const charT* str,
const unsigned long first_pad = 0,
const unsigned long rest_pad = 0,
const unsigned long max_per_line = 79
) { return wrap_string(std::basic_string<charT>(str),first_pad,rest_pad,max_per_line); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> ltrim (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& trim_chars
)
{
typedef std::basic_string<charT,traits,alloc> string;
typename string::size_type pos = str.find_first_not_of(trim_chars);
if (pos != string::npos)
return str.substr(pos);
else
return std::basic_string<charT,traits,alloc>();
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> ltrim (
const std::basic_string<charT,traits,alloc>& str,
const charT* trim_chars = _dT(charT," \t\r\n")
) { return ltrim(str,std::basic_string<charT,traits,alloc>(trim_chars)); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> rtrim (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& trim_chars
)
{
typedef std::basic_string<charT,traits,alloc> string;
typename string::size_type pos = str.find_last_not_of(trim_chars);
if (pos != string::npos)
return str.substr(0,pos+1);
else
return std::basic_string<charT,traits,alloc>();
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> rtrim (
const std::basic_string<charT,traits,alloc>& str,
const charT* trim_chars = _dT(charT," \t\r\n")
) { return rtrim(str,std::basic_string<charT,traits,alloc>(trim_chars)); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> trim (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& trim_chars
)
{
typedef std::basic_string<charT,traits,alloc> string;
typename string::size_type lpos = str.find_first_not_of(trim_chars);
if (lpos != string::npos)
{
typename string::size_type rpos = str.find_last_not_of(trim_chars);
return str.substr(lpos,rpos-lpos+1);
}
else
{
return std::basic_string<charT,traits,alloc>();
}
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> trim (
const std::basic_string<charT,traits,alloc>& str,
const charT* trim_chars = _dT(charT," \t\r\n")
) { return trim(str,std::basic_string<charT,traits,alloc>(trim_chars)); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> rpad (
const std::basic_string<charT,traits,alloc>& str,
long pad_length,
const std::basic_string<charT,traits,alloc>& pad_string
)
{
typedef std::basic_string<charT,traits,alloc> string;
// if str is too big then just return str
if (pad_length <= static_cast<long>(str.size()))
return str;
// make the string we will padd onto the string
string P;
while (P.size() < pad_length - str.size())
P += pad_string;
P = P.substr(0,pad_length - str.size());
// return the padded string
return str + P;
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> rpad (
const std::basic_string<charT,traits,alloc>& str,
long pad_length,
const charT* pad_string = _dT(charT," ")
) { return rpad(str,pad_length,std::basic_string<charT,traits,alloc>(pad_string)); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> lpad (
const std::basic_string<charT,traits,alloc>& str,
long pad_length,
const std::basic_string<charT,traits,alloc>& pad_string
)
{
typedef std::basic_string<charT,traits,alloc> string;
// if str is too big then just return str
if (pad_length <= static_cast<long>(str.size()))
return str;
// make the string we will padd onto the string
string P;
while (P.size() < pad_length - str.size())
P += pad_string;
P = P.substr(0,pad_length - str.size());
// return the padded string
return P + str;
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> lpad (
const std::basic_string<charT,traits,alloc>& str,
long pad_length,
const charT* pad_string = _dT(charT," ")
) { return lpad(str,pad_length,std::basic_string<charT,traits,alloc>(pad_string)); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> pad (
const std::basic_string<charT,traits,alloc>& str,
long pad_length,
const std::basic_string<charT,traits,alloc>& pad_string
)
{
const long str_size = static_cast<long>(str.size());
return rpad(lpad(str,(pad_length-str_size)/2 + str_size,pad_string),
pad_length,
pad_string);
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> pad (
const std::basic_string<charT,traits,alloc>& str,
long pad_length,
const charT* pad_string = _dT(charT," ")
) { return pad(str,pad_length,std::basic_string<charT,traits,alloc>(pad_string)); }
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> left_substr (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& delim
)
{
return str.substr(0,str.find_first_of(delim));
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> left_substr (
const std::basic_string<charT,traits,alloc>& str,
const charT* delim = _dT(charT," \n\r\t")
)
{
return str.substr(0,str.find_first_of(delim));
}
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> right_substr (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& delim
)
{
typename std::basic_string<charT,traits,alloc>::size_type delim_pos = str.find_last_of(delim);
if (delim_pos != std::basic_string<charT,traits,alloc>::npos)
return str.substr(delim_pos+1);
else
return _dT(charT,"");
}
template <
typename charT,
typename traits,
typename alloc
>
const std::basic_string<charT,traits,alloc> right_substr (
const std::basic_string<charT,traits,alloc>& str,
const charT* delim = _dT(charT," \n\r\t")
)
{
typename std::basic_string<charT,traits,alloc>::size_type delim_pos = str.find_last_of(delim);
if (delim_pos != std::basic_string<charT,traits,alloc>::npos)
return str.substr(delim_pos+1);
else
return _dT(charT,"");
}
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
std::pair<std::basic_string<charT,traits,alloc>, std::basic_string<charT,traits,alloc> >
split_on_first (
const std::basic_string<charT,traits,alloc>& str,
const charT* delim = _dT(charT," \n\r\t")
)
{
typename std::basic_string<charT,traits,alloc>::size_type delim_pos = str.find_first_of(delim);
if (delim_pos != std::basic_string<charT,traits,alloc>::npos)
return std::make_pair(str.substr(0, delim_pos), str.substr(delim_pos+1));
else
return std::make_pair(str, _dT(charT,""));
}
template <
typename charT,
typename traits,
typename alloc
>
inline std::pair<std::basic_string<charT,traits,alloc>, std::basic_string<charT,traits,alloc> >
split_on_first (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& delim
)
{
return split_on_first(str, delim.c_str());
}
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
std::pair<std::basic_string<charT,traits,alloc>, std::basic_string<charT,traits,alloc> >
split_on_last (
const std::basic_string<charT,traits,alloc>& str,
const charT* delim = _dT(charT," \n\r\t")
)
{
typename std::basic_string<charT,traits,alloc>::size_type delim_pos = str.find_last_of(delim);
if (delim_pos != std::basic_string<charT,traits,alloc>::npos)
return std::make_pair(str.substr(0, delim_pos), str.substr(delim_pos+1));
else
return std::make_pair(str, _dT(charT,""));
}
template <
typename charT,
typename traits,
typename alloc
>
inline std::pair<std::basic_string<charT,traits,alloc>, std::basic_string<charT,traits,alloc> >
split_on_last (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& delim
)
{
return split_on_last(str, delim.c_str());
}
// ----------------------------------------------------------------------------------------
template <
typename charT,
typename traits,
typename alloc
>
const std::vector<std::basic_string<charT,traits,alloc> > split (
const std::basic_string<charT,traits,alloc>& str,
const charT* delim = _dT(charT," \n\r\t")
)
{
std::basic_string<charT,traits,alloc> temp;
std::vector<std::basic_string<charT,traits,alloc> > res;
for (unsigned long i = 0; i < str.size(); ++i)
{
// check if delim contains the character str[i]
bool hit = false;
const charT* d = delim;
while (*d != '\0')
{
if (str[i] == *d)
{
hit = true;
break;
}
++d;
}
if (hit)
{
if (temp.size() != 0)
{
res.push_back(temp);
temp.clear();
}
}
else
{
temp.push_back(str[i]);
}
}
if (temp.size() != 0)
res.push_back(temp);
return res;
}
template <
typename charT,
typename traits,
typename alloc
>
const std::vector<std::basic_string<charT,traits,alloc> > split (
const std::basic_string<charT,traits,alloc>& str,
const std::basic_string<charT,traits,alloc>& delim
)
{
return split(str,delim.c_str());
}
inline const std::vector<std::string> split (
const char* str,
const char* delim = " \n\r\t"
)
{
return split(std::string(str),delim);
}
// ----------------------------------------------------------------------------------------
}
#endif // DLIB_STRINg_
|