mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7090 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e310a87df1
commit
2798ebc2ed
1 changed files with 7 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ Vector<String> Split(const char *s, int (*filter)(int), bool ignoreempty = true)
|
|||
Vector<String> Split(const char *s, int chr, bool ignoreempty = true);
|
||||
Vector<String> Split(const char *s, const String& delim, bool ignoreempty = true);
|
||||
|
||||
//$-
|
||||
#define E__NFValue(I) String& COMBINE(p, I)
|
||||
|
||||
#define E__NFBody(I) \
|
||||
|
|
@ -414,6 +415,12 @@ __Expand8(E__NFBody)
|
|||
|
||||
#undef E__NFBody
|
||||
#undef E__NFValue
|
||||
//$+
|
||||
|
||||
//$ bool SplitTo(const char *s, int delim, bool ignoreempty, String& p1...);
|
||||
//$ bool SplitTo(const char *s, int delim, , String& p1...);
|
||||
//$ bool SplitTo(const char *s, const char *delim, bool ignoreempty, , String& p1...);
|
||||
//$ bool SplitTo(const char *s, const char *delim, , String& p1...);
|
||||
|
||||
String Join(const Vector<String>& im, const String& delim);
|
||||
WString Join(const Vector<WString>& im, const WString& delim);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue