MeshProtocolSimulator  1.0.0
Public Member Functions | List of all members
String Class Reference

Inherits string.

Public Member Functions

 String (String &str)
 
 String (std::string str)
 
bool startsWith (const char *txt)
 
bool startsWith (std::string txt)
 
int indexOf (char c) const
 
int indexOf (char ch, unsigned int fromIndex) const
 
int indexOf (const char *s2) const
 
int indexOf (const char *s2, unsigned int fromIndex) const
 
int indexOf (const String &s2) const
 
int indexOf (const String &s2, unsigned int fromIndex) const
 
String substring (size_t from, size_t to)
 
String substring (size_t from)
 
String trimStart ()
 
String trimEnd ()
 
String trim ()
 

The documentation for this class was generated from the following files: