mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
12 lines
370 B
C
12 lines
370 B
C
#ifndef _sTools_h_
|
|
#define _sTools_h_
|
|
|
|
void replaceInto( const char* marca, const char* newText, String& buffer ) ;
|
|
String SetQ( const String s ) ;
|
|
String Set2Q( const String s ) ;
|
|
|
|
String VectorString2String( Vector<String>& v, const char * separador = "\r\n") ;
|
|
Vector<String> String2VectorString( const String& str ) ;
|
|
|
|
int enumCharSet() ;
|
|
#endif
|